Modifier and Type | Method and Description |
---|---|
Method |
build() |
Method.Builder |
clearDeclaringClass()
Clears the value of the 'declaringClass' field.
|
Method.Builder |
clearMethodName()
Clears the value of the 'methodName' field.
|
String |
getDeclaringClass()
Gets the value of the 'declaringClass' field.
|
String |
getMethodName()
Gets the value of the 'methodName' field.
|
boolean |
hasDeclaringClass()
Checks whether the 'declaringClass' field has been set.
|
boolean |
hasMethodName()
Checks whether the 'methodName' field has been set.
|
Method.Builder |
setDeclaringClass(String value)
Sets the value of the 'declaringClass' field.
|
Method.Builder |
setMethodName(String value)
Sets the value of the 'methodName' field.
|
public String getDeclaringClass()
public Method.Builder setDeclaringClass(String value)
value
- The value of 'declaringClass'.public boolean hasDeclaringClass()
public Method.Builder clearDeclaringClass()
public String getMethodName()
public Method.Builder setMethodName(String value)
value
- The value of 'methodName'.public boolean hasMethodName()
public Method.Builder clearMethodName()
Copyright © 2018 SPF4J. All rights reserved.