ReplicaList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. ReplicaList
- com.
Implements
public final class ReplicaList
implements JsonSerializable<ReplicaList>
The ReplicaList model.
Constructor Summary
| Constructor | Description |
|---|---|
| ReplicaList() |
Creates an instance of Replica |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replica |
fromJson(JsonReader jsonReader)
Reads an instance of Replica |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Replica |
value()
Get the value property: List of the replica. |
|
Replica |
withNextLink(String nextLink)
Set the next |
|
Replica |
withValue(List<ReplicaInner> value)
Set the value property: List of the replica. |
Methods inherited from java.lang.Object
Constructor Details
ReplicaList
public ReplicaList()
Creates an instance of ReplicaList class.
Method Details
fromJson
public static ReplicaList fromJson(JsonReader jsonReader)
Reads an instance of ReplicaList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ReplicaInner> value()
Get the value property: List of the replica.
Returns:
withNextLink
public ReplicaList withNextLink(String nextLink)
Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Parameters:
Returns:
withValue
public ReplicaList withValue(List<ReplicaInner> value)
Set the value property: List of the replica.
Parameters:
Returns: