Class Revoked.Builder

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

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

    RecordBuilder for Revoked instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getReason

         String getReason()

        Gets the value of the 'reason' field. The reason the revocation check failed.

      • setReason

         Revoked.Builder setReason(String value)

        Sets the value of the 'reason' field. The reason the revocation check failed.

        Parameters:
        value - The value of 'reason'.
      • getCertificateIndex

         int getCertificateIndex()

        Gets the value of the 'certificateIndex' field. The index of the certificate in the chain which failed the revocation check.

      • setCertificateIndex

         Revoked.Builder setCertificateIndex(int value)

        Sets the value of the 'certificateIndex' field. The index of the certificate in the chain which failed the revocation check.

        Parameters:
        value - The value of 'certificateIndex'.
      • hasReason

         boolean hasReason()

        Checks whether the 'reason' field has been set. The reason the revocation check failed.

      • hasCertificateIndex

         boolean hasCertificateIndex()

        Checks whether the 'certificateIndex' field has been set. The index of the certificate in the chain which failed the revocation check.

      • clearCertificateIndex

         Revoked.Builder clearCertificateIndex()

        Clears the value of the 'certificateIndex' field. The index of the certificate in the chain which failed the revocation check.