Class TokenPoolCacheKey.Builder

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

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

    RecordBuilder for TokenPoolCacheKey instances.

    • Constructor Detail

    • Method Detail

      • getShortHolderId

         String getShortHolderId()

        Gets the value of the 'shortHolderId' field. Holding identity of the pool

        Returns:

        The value.

      • getTokenType

         String getTokenType()

        Gets the value of the 'tokenType' field. Type of tokens in the pool

        Returns:

        The value.

      • getIssuerHash

         String getIssuerHash()

        Gets the value of the 'issuerHash' field. Issuer of the tokens within the pool

        Returns:

        The value.

      • getNotaryX500Name

         String getNotaryX500Name()

        Gets the value of the 'notaryX500Name' field. Notary for the tokens in the pool

        Returns:

        The value.

      • getSymbol

         String getSymbol()

        Gets the value of the 'symbol' field. Symbol of the tokens in the pool

        Returns:

        The value.

      • hasShortHolderId

         boolean hasShortHolderId()

        Checks whether the 'shortHolderId' field has been set. Holding identity of the pool

        Returns:

        True if the 'shortHolderId' field has been set, false otherwise.

      • hasTokenType

         boolean hasTokenType()

        Checks whether the 'tokenType' field has been set. Type of tokens in the pool

        Returns:

        True if the 'tokenType' field has been set, false otherwise.

      • hasIssuerHash

         boolean hasIssuerHash()

        Checks whether the 'issuerHash' field has been set. Issuer of the tokens within the pool

        Returns:

        True if the 'issuerHash' field has been set, false otherwise.

      • hasNotaryX500Name

         boolean hasNotaryX500Name()

        Checks whether the 'notaryX500Name' field has been set. Notary for the tokens in the pool

        Returns:

        True if the 'notaryX500Name' field has been set, false otherwise.

      • hasSymbol

         boolean hasSymbol()

        Checks whether the 'symbol' field has been set. Symbol of the tokens in the pool

        Returns:

        True if the 'symbol' field has been set, false otherwise.