Class FindTransactionIdsAndStatuses.Builder
-
- All Implemented Interfaces:
-
org.apache.avro.data.RecordBuilder
public class FindTransactionIdsAndStatuses.Builder extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
RecordBuilder for FindTransactionIdsAndStatuses instances.
-
-
Method Summary
Modifier and Type Method Description List<String>
getIds()
Gets the value of the 'ids' field. FindTransactionIdsAndStatuses.Builder
setIds(List<String> value)
Sets the value of the 'ids' field. boolean
hasIds()
Checks whether the 'ids' field has been set. FindTransactionIdsAndStatuses.Builder
clearIds()
Clears the value of the 'ids' field. FindTransactionIdsAndStatuses
build()
-
-
Method Detail
-
getIds
List<String> getIds()
Gets the value of the 'ids' field. A list of the transaction IDs to fetch.
- Returns:
The value.
-
setIds
FindTransactionIdsAndStatuses.Builder setIds(List<String> value)
Sets the value of the 'ids' field. A list of the transaction IDs to fetch.
- Parameters:
value
- The value of 'ids'.- Returns:
This builder.
-
hasIds
boolean hasIds()
Checks whether the 'ids' field has been set. A list of the transaction IDs to fetch.
- Returns:
True if the 'ids' field has been set, false otherwise.
-
clearIds
FindTransactionIdsAndStatuses.Builder clearIds()
Clears the value of the 'ids' field. A list of the transaction IDs to fetch.
- Returns:
This builder.
-
build
FindTransactionIdsAndStatuses build()
-
-
-
-