Class SubscriptionKeysContractInner


  • public final class SubscriptionKeysContractInner
    extends Object
    Subscription keys.
    • Constructor Detail

      • SubscriptionKeysContractInner

        public SubscriptionKeysContractInner()
    • Method Detail

      • primaryKey

        public String primaryKey()
        Get the primaryKey property: Subscription primary key.
        Returns:
        the primaryKey value.
      • withPrimaryKey

        public SubscriptionKeysContractInner withPrimaryKey​(String primaryKey)
        Set the primaryKey property: Subscription primary key.
        Parameters:
        primaryKey - the primaryKey value to set.
        Returns:
        the SubscriptionKeysContractInner object itself.
      • secondaryKey

        public String secondaryKey()
        Get the secondaryKey property: Subscription secondary key.
        Returns:
        the secondaryKey value.
      • withSecondaryKey

        public SubscriptionKeysContractInner withSecondaryKey​(String secondaryKey)
        Set the secondaryKey property: Subscription secondary key.
        Parameters:
        secondaryKey - the secondaryKey value to set.
        Returns:
        the SubscriptionKeysContractInner object itself.
      • validate

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