Class EndpointHealthDataListResult

java.lang.Object
com.azure.resourcemanager.iothub.models.EndpointHealthDataListResult

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

    • EndpointHealthDataListResult

      public EndpointHealthDataListResult()
  • Method Details

    • value

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

      Set the value property: JSON-serialized array of Endpoint health data.
      Parameters:
      value - the value value to set.
      Returns:
      the EndpointHealthDataListResult object itself.
    • 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.