Class TokenClaim.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class TokenClaim.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for TokenClaim instances.

    • Constructor Detail

    • Method Detail

      • getClaimId

         String getClaimId()

        Gets the value of the 'claimId' field. Unique identifier for the claim

      • setClaimId

         TokenClaim.Builder setClaimId(String value)

        Sets the value of the 'claimId' field. Unique identifier for the claim

        Parameters:
        value - The value of 'claimId'.
      • getClaimTimestamp

         Long getClaimTimestamp()

        Gets the value of the 'claimTimestamp' field. Timestamp of when the claim was made in epoc milliseconds

      • setClaimTimestamp

         TokenClaim.Builder setClaimTimestamp(Long value)

        Sets the value of the 'claimTimestamp' field. Timestamp of when the claim was made in epoc milliseconds

        Parameters:
        value - The value of 'claimTimestamp'.
      • getClaimedTokenStateRefs

         List<String> getClaimedTokenStateRefs()

        Gets the value of the 'claimedTokenStateRefs' field. Deprecated. The List of state refs for the claimed tokens

      • setClaimedTokenStateRefs

         TokenClaim.Builder setClaimedTokenStateRefs(List<String> value)

        Sets the value of the 'claimedTokenStateRefs' field. Deprecated. The List of state refs for the claimed tokens

        Parameters:
        value - The value of 'claimedTokenStateRefs'.
      • hasClaimId

         boolean hasClaimId()

        Checks whether the 'claimId' field has been set. Unique identifier for the claim

      • hasClaimTimestamp

         boolean hasClaimTimestamp()

        Checks whether the 'claimTimestamp' field has been set. Timestamp of when the claim was made in epoc milliseconds

      • hasClaimedTokenStateRefs

         boolean hasClaimedTokenStateRefs()

        Checks whether the 'claimedTokenStateRefs' field has been set. Deprecated. The List of state refs for the claimed tokens

      • hasClaimedTokens

         boolean hasClaimedTokens()

        Checks whether the 'claimedTokens' field has been set. List of claimed tokens