Class FindSignedGroupParameters.Builder
-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder
public class FindSignedGroupParameters.Builder extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
RecordBuilder for FindSignedGroupParameters instances.
-
-
Method Summary
Modifier and Type Method Description String
getHash()
Gets the value of the 'hash' field. FindSignedGroupParameters.Builder
setHash(String value)
Sets the value of the 'hash' field. boolean
hasHash()
Checks whether the 'hash' field has been set. FindSignedGroupParameters.Builder
clearHash()
Clears the value of the 'hash' field. FindSignedGroupParameters
build()
-
-
Method Detail
-
setHash
FindSignedGroupParameters.Builder setHash(String value)
Sets the value of the 'hash' field. The hash of the group parameters
- Parameters:
value
- The value of 'hash'.
-
hasHash
boolean hasHash()
Checks whether the 'hash' field has been set. The hash of the group parameters
-
clearHash
FindSignedGroupParameters.Builder clearHash()
Clears the value of the 'hash' field. The hash of the group parameters
-
build
FindSignedGroupParameters build()
-
-
-
-