Class EndpointHealthDataListResult


  • public final class EndpointHealthDataListResult
    extends Object
    The JSON-serialized array of EndpointHealthData objects with a next link.
    • Constructor Detail

      • EndpointHealthDataListResult

        public EndpointHealthDataListResult()
    • Method Detail

      • value

        public List<EndpointHealthDataInner> value()
        Get the value property: JSON-serialized array of Endpoint health data.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link to more results.
        Returns:
        the nextLink value.
      • validate

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