ServiceObjectiveListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ServiceObjectiveListResult
- com.
Implements
public final class ServiceObjectiveListResult
implements JsonSerializable<ServiceObjectiveListResult>
Represents the response to a get database service objectives request.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceObjectiveListResult() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Service |
value()
Get the value property: The list of database service objectives. |
|
Service |
withValue(List<ServiceObjectiveInner> value)
Set the value property: The list of database service objectives. |
Methods inherited from java.lang.Object
Constructor Details
ServiceObjectiveListResult
public ServiceObjectiveListResult()
Creates an instance of ServiceObjectiveListResult class.
Method Details
fromJson
public static ServiceObjectiveListResult fromJson(JsonReader jsonReader)
Reads an instance of ServiceObjectiveListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ServiceObjectiveInner> value()
Get the value property: The list of database service objectives.
Returns:
withValue
public ServiceObjectiveListResult withValue(List<ServiceObjectiveInner> value)
Set the value property: The list of database service objectives.
Parameters:
Returns: