Class GatewayCertificateAuthorityContractProperties


  • public final class GatewayCertificateAuthorityContractProperties
    extends Object
    Gateway certificate authority details.
    • Constructor Detail

      • GatewayCertificateAuthorityContractProperties

        public GatewayCertificateAuthorityContractProperties()
    • Method Detail

      • isTrusted

        public Boolean isTrusted()
        Get the isTrusted property: Determines whether certificate authority is trusted.
        Returns:
        the isTrusted value.
      • withIsTrusted

        public GatewayCertificateAuthorityContractProperties withIsTrusted​(Boolean isTrusted)
        Set the isTrusted property: Determines whether certificate authority is trusted.
        Parameters:
        isTrusted - the isTrusted value to set.
        Returns:
        the GatewayCertificateAuthorityContractProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.