ControllerList Class
- java.
lang. Object - com.
azure. resourcemanager. devspaces. models. ControllerList
- com.
Implements
public final class ControllerList
implements JsonSerializable<ControllerList>
The ControllerList model.
Constructor Summary
| Constructor | Description |
|---|---|
| ControllerList() |
Creates an instance of Controller |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Controller |
fromJson(JsonReader jsonReader)
Reads an instance of Controller |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Controller |
value()
Get the value property: List of Azure Dev Spaces Controllers. |
|
Controller |
withValue(List<ControllerInner> value)
Set the value property: List of Azure Dev Spaces Controllers. |
Methods inherited from java.lang.Object
Constructor Details
ControllerList
public ControllerList()
Creates an instance of ControllerList class.
Method Details
fromJson
public static ControllerList fromJson(JsonReader jsonReader)
Reads an instance of ControllerList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI that can be used to request the next page for list of Azure Dev Spaces Controllers.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ControllerInner> value()
Get the value property: List of Azure Dev Spaces Controllers.
Returns:
withValue
public ControllerList withValue(List<ControllerInner> value)
Set the value property: List of Azure Dev Spaces Controllers.
Parameters:
Returns: