Class AppAvailabilityInfoInner


  • public final class AppAvailabilityInfoInner
    extends Object
    The properties indicating whether a given IoT Central application name or subdomain is available.
    • Constructor Detail

      • AppAvailabilityInfoInner

        public AppAvailabilityInfoInner()
    • Method Detail

      • nameAvailable

        public Boolean nameAvailable()
        Get the nameAvailable property: The value which indicates whether the provided name is available.
        Returns:
        the nameAvailable value.
      • reason

        public String reason()
        Get the reason property: The reason for unavailability.
        Returns:
        the reason value.
      • message

        public String message()
        Get the message property: The detailed reason message.
        Returns:
        the message value.
      • validate

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