ServerCommunicationLinkListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ServerCommunicationLinkListResult
- com.
Implements
public final class ServerCommunicationLinkListResult
implements JsonSerializable<ServerCommunicationLinkListResult>
A list of server communication links.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerCommunicationLinkListResult() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Server |
value()
Get the value property: The list of server communication links. |
|
Server |
withValue(List<ServerCommunicationLinkInner> value)
Set the value property: The list of server communication links. |
Methods inherited from java.lang.Object
Constructor Details
ServerCommunicationLinkListResult
public ServerCommunicationLinkListResult()
Creates an instance of ServerCommunicationLinkListResult class.
Method Details
fromJson
public static ServerCommunicationLinkListResult fromJson(JsonReader jsonReader)
Reads an instance of ServerCommunicationLinkListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ServerCommunicationLinkInner> value()
Get the value property: The list of server communication links.
Returns:
withValue
public ServerCommunicationLinkListResult withValue(List<ServerCommunicationLinkInner> value)
Set the value property: The list of server communication links.
Parameters:
Returns: