Modifier and Type | Method and Description |
---|---|
ASample |
build() |
ASample.Builder |
clearCount()
Clears the value of the 'count' field.
|
ASample.Builder |
clearId()
Clears the value of the 'id' field.
|
ASample.Builder |
clearMethod()
Clears the value of the 'method' field.
|
ASample.Builder |
clearParentId()
Clears the value of the 'parentId' field.
|
Integer |
getCount()
Gets the value of the 'count' field.
|
Integer |
getId()
Gets the value of the 'id' field.
|
AMethod |
getMethod()
Gets the value of the 'method' field.
|
AMethod.Builder |
getMethodBuilder()
Gets the Builder instance for the 'method' field and creates one if it doesn't exist yet.
|
Integer |
getParentId()
Gets the value of the 'parentId' field.
|
boolean |
hasCount()
Checks whether the 'count' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasMethod()
Checks whether the 'method' field has been set.
|
boolean |
hasMethodBuilder()
Checks whether the 'method' field has an active Builder instance
the method caught in execution
|
boolean |
hasParentId()
Checks whether the 'parentId' field has been set.
|
ASample.Builder |
setCount(int value)
Sets the value of the 'count' field.
|
ASample.Builder |
setId(int value)
Sets the value of the 'id' field.
|
ASample.Builder |
setMethod(AMethod value)
Sets the value of the 'method' field.
|
ASample.Builder |
setMethodBuilder(AMethod.Builder value)
Sets the Builder instance for the 'method' field
the method caught in execution
|
ASample.Builder |
setParentId(int value)
Sets the value of the 'parentId' field.
|
public Integer getId()
public ASample.Builder setId(int value)
value
- The value of 'id'.public boolean hasId()
public ASample.Builder clearId()
public Integer getParentId()
public ASample.Builder setParentId(int value)
value
- The value of 'parentId'.public boolean hasParentId()
public ASample.Builder clearParentId()
public Integer getCount()
public ASample.Builder setCount(int value)
value
- The value of 'count'.public boolean hasCount()
public ASample.Builder clearCount()
public AMethod getMethod()
public ASample.Builder setMethod(AMethod value)
value
- The value of 'method'.public boolean hasMethod()
public AMethod.Builder getMethodBuilder()
public ASample.Builder setMethodBuilder(AMethod.Builder value)
value
- The builder instance that must be set.public boolean hasMethodBuilder()
public ASample.Builder clearMethod()
Copyright © 2018 SPF4J. All rights reserved.