Class AssignHSMCommand.Builder

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

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

    RecordBuilder for AssignHSMCommand instances.

    • Constructor Detail

    • Method Detail

      • getCategory

         String getCategory()

        Gets the value of the 'category' field. The category, like TLS, LEDGER, etc., which needs assignment.

      • setCategory

         AssignHSMCommand.Builder setCategory(String value)

        Sets the value of the 'category' field. The category, like TLS, LEDGER, etc., which needs assignment.

        Parameters:
        value - The value of 'category'.
      • getContext

         KeyValuePairList getContext()

        Gets the value of the 'context' field. The optional key/value operation specific context

      • getContextBuilder

         KeyValuePairList.Builder getContextBuilder()

        Gets the Builder instance for the 'context' field and creates one if it doesn't exist yet. The optional key/value operation specific context

      • hasCategory

         boolean hasCategory()

        Checks whether the 'category' field has been set. The category, like TLS, LEDGER, etc., which needs assignment.

      • hasContext

         boolean hasContext()

        Checks whether the 'context' field has been set. The optional key/value operation specific context

      • hasContextBuilder

         boolean hasContextBuilder()

        Checks whether the 'context' field has an active Builder instance The optional key/value operation specific context