RackList Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. RackList
- com.
Implements
public final class RackList
implements JsonSerializable<RackList>
RackList represents a list of racks.
Constructor Summary
| Constructor | Description |
|---|---|
| RackList() |
Creates an instance of Rack |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Rack |
fromJson(JsonReader jsonReader)
Reads an instance of Rack |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Rack |
value()
Get the value property: The list of racks. |
|
Rack |
withNextLink(String nextLink)
Set the next |
|
Rack |
withValue(List<RackInner> value)
Set the value property: The list of racks. |
Methods inherited from java.lang.Object
Constructor Details
RackList
public RackList()
Creates an instance of RackList class.
Method Details
fromJson
public static RackList fromJson(JsonReader jsonReader)
Reads an instance of RackList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<RackInner> value()
Get the value property: The list of racks.
Returns:
withNextLink
public RackList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of operations.
Parameters:
Returns:
withValue
public RackList withValue(List<RackInner> value)
Set the value property: The list of racks.
Parameters:
Returns: