Class DeviceListResult

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.DeviceListResult

public final class DeviceListResult extends Object
Response for devices API service call.
  • Constructor Details

    • DeviceListResult

      public DeviceListResult()
      Creates an instance of DeviceListResult class.
  • Method Details

    • value

      public List<DeviceInner> value()
      Get the value property: A list of devices.
      Returns:
      the value value.
    • withValue

      public DeviceListResult withValue(List<DeviceInner> value)
      Set the value property: A list of devices.
      Parameters:
      value - the value value to set.
      Returns:
      the DeviceListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • validate

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