Class TokenClaim

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class TokenClaim
    extends SpecificRecordBase implements SpecificRecord
                        

    The set of tokens claimed by a query

    • Constructor Detail

      • TokenClaim

        TokenClaim()
        Default constructor.
      • TokenClaim

        TokenClaim(String claimId, Long claimTimestamp, List<String> claimedTokenStateRefs, List<Token> claimedTokens)
        All-args constructor.
        Parameters:
        claimId - Unique identifier for the claim
        claimTimestamp - Timestamp of when the claim was made in epoc milliseconds
        claimedTokenStateRefs - Deprecated.
        claimedTokens - List of claimed tokens