Class GroupByUserSession
java.lang.Object
com.azure.resourcemanager.network.models.GroupByUserSession
Define user session identifier group by clauses.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the groupByVariables property: List of group by clause variables.voidvalidate()Validates the instance.withGroupByVariables(List<GroupByVariable> groupByVariables) Set the groupByVariables property: List of group by clause variables.
-
Constructor Details
-
GroupByUserSession
public GroupByUserSession()Creates an instance of GroupByUserSession class.
-
-
Method Details
-
groupByVariables
Get the groupByVariables property: List of group by clause variables.- Returns:
- the groupByVariables value.
-
withGroupByVariables
Set the groupByVariables property: List of group by clause variables.- Parameters:
groupByVariables- the groupByVariables value to set.- Returns:
- the GroupByUserSession object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-