Class NetworkStatusContractByLocationInner


  • public final class NetworkStatusContractByLocationInner
    extends Object
    Network Status in the Location.
    • Constructor Detail

      • NetworkStatusContractByLocationInner

        public NetworkStatusContractByLocationInner()
    • Method Detail

      • location

        public String location()
        Get the location property: Location of service.
        Returns:
        the location value.
      • withLocation

        public NetworkStatusContractByLocationInner withLocation​(String location)
        Set the location property: Location of service.
        Parameters:
        location - the location value to set.
        Returns:
        the NetworkStatusContractByLocationInner object itself.
      • networkStatus

        public NetworkStatusContractInner networkStatus()
        Get the networkStatus property: Network status in Location.
        Returns:
        the networkStatus value.
      • withNetworkStatus

        public NetworkStatusContractByLocationInner withNetworkStatus​(NetworkStatusContractInner networkStatus)
        Set the networkStatus property: Network status in Location.
        Parameters:
        networkStatus - the networkStatus value to set.
        Returns:
        the NetworkStatusContractByLocationInner object itself.
      • validate

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