Class SessionIds
- java.lang.Object
-
- com.azure.resourcemanager.network.models.SessionIds
-
public final class SessionIds extends Object
List of session IDs.
-
-
Constructor Summary
Constructors Constructor Description SessionIds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>sessionIds()Get the sessionIds property: List of session IDs.voidvalidate()Validates the instance.SessionIdswithSessionIds(List<String> sessionIds)Set the sessionIds property: List of session IDs.
-
-
-
Method Detail
-
sessionIds
public List<String> sessionIds()
Get the sessionIds property: List of session IDs.- Returns:
- the sessionIds value.
-
withSessionIds
public SessionIds withSessionIds(List<String> sessionIds)
Set the sessionIds property: List of session IDs.- Parameters:
sessionIds- the sessionIds value to set.- Returns:
- the SessionIds object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-