ClusterCodeVersionsListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. servicefabric. fluent. models. ClusterCodeVersionsListResultInner
- com.
Implements
public final class ClusterCodeVersionsListResultInner
implements JsonSerializable<ClusterCodeVersionsListResultInner>
The list results of the Service Fabric runtime versions.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterCodeVersionsListResultInner() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Cluster |
value()
Get the value property: The value property. |
|
Cluster |
withNextLink(String nextLink)
Set the next |
|
Cluster |
withValue(List<ClusterCodeVersionsResult> value)
Set the value property: The value property. |
Methods inherited from java.lang.Object
Constructor Details
ClusterCodeVersionsListResultInner
public ClusterCodeVersionsListResultInner()
Creates an instance of ClusterCodeVersionsListResultInner class.
Method Details
fromJson
public static ClusterCodeVersionsListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ClusterCodeVersionsListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ClusterCodeVersionsResult> value()
Get the value property: The value property.
Returns:
withNextLink
public ClusterCodeVersionsListResultInner withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.
Parameters:
Returns:
withValue
public ClusterCodeVersionsListResultInner withValue(List<ClusterCodeVersionsResult> value)
Set the value property: The value property.
Parameters:
Returns: