Package net.corda.data.p2p.event
Class SessionDeleted.Builder
-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder
public class SessionDeleted.Builder extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
RecordBuilder for SessionDeleted instances.
-
-
Field Summary
Fields Modifier and Type Field Description public String
stateManagerKey
-
Method Summary
Modifier and Type Method Description String
getStateManagerKey()
Gets the value of the 'stateManagerKey' field. SessionDeleted.Builder
setStateManagerKey(String value)
Sets the value of the 'stateManagerKey' field. boolean
hasStateManagerKey()
Checks whether the 'stateManagerKey' field has been set. SessionDeleted.Builder
clearStateManagerKey()
Clears the value of the 'stateManagerKey' field. SessionDeleted
build()
-
-
Method Detail
-
getStateManagerKey
String getStateManagerKey()
Gets the value of the 'stateManagerKey' field.
- Returns:
The value.
-
setStateManagerKey
SessionDeleted.Builder setStateManagerKey(String value)
Sets the value of the 'stateManagerKey' field.
- Parameters:
value
- The value of 'stateManagerKey'.- Returns:
This builder.
-
hasStateManagerKey
boolean hasStateManagerKey()
Checks whether the 'stateManagerKey' field has been set.
- Returns:
True if the 'stateManagerKey' field has been set, false otherwise.
-
clearStateManagerKey
SessionDeleted.Builder clearStateManagerKey()
Clears the value of the 'stateManagerKey' field.
- Returns:
This builder.
-
build
SessionDeleted build()
-
-
-
-