LocationListResult Class
- java.
lang. Object - com.
azure. resourcemanager. subscription. models. LocationListResult
- com.
Implements
public final class LocationListResult
implements JsonSerializable<LocationListResult>
Location list operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| LocationListResult() |
Creates an instance of Location |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Location |
fromJson(JsonReader jsonReader)
Reads an instance of Location |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Location |
value()
Get the value property: An array of locations. |
|
Location |
withValue(List<LocationInner> value)
Set the value property: An array of locations. |
Methods inherited from java.lang.Object
Constructor Details
LocationListResult
public LocationListResult()
Creates an instance of LocationListResult class.
Method Details
fromJson
public static LocationListResult fromJson(JsonReader jsonReader)
Reads an instance of LocationListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<LocationInner> value()
Get the value property: An array of locations.
Returns:
withValue
public LocationListResult withValue(List<LocationInner> value)
Set the value property: An array of locations.
Parameters:
Returns: