SessionIds Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. SessionIds
- com.
Implements
public final class SessionIds
implements JsonSerializable<SessionIds>
List of session IDs.
Constructor Summary
| Constructor | Description |
|---|---|
| SessionIds() |
Creates an instance of Session |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Session |
fromJson(JsonReader jsonReader)
Reads an instance of Session |
| List<String> |
sessionIds()
Get the session |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Session |
withSessionIds(List<String> sessionIds)
Set the session |
Methods inherited from java.lang.Object
Constructor Details
SessionIds
public SessionIds()
Creates an instance of SessionIds class.
Method Details
fromJson
public static SessionIds fromJson(JsonReader jsonReader)
Reads an instance of SessionIds from the JsonReader.
Parameters:
Returns:
Throws:
sessionIds
public List<String> sessionIds()
Get the sessionIds property: List of session IDs.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSessionIds
public SessionIds withSessionIds(List<String> sessionIds)
Set the sessionIds property: List of session IDs.
Parameters:
Returns: