public final class SparkSessionCollection extends Object
| Constructor and Description |
|---|
SparkSessionCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom()
Get the from property: The from property.
|
List<SparkSession> |
getSessions()
Get the sessions property: The sessions property.
|
int |
getTotal()
Get the total property: The total property.
|
SparkSessionCollection |
setFrom(int from)
Set the from property: The from property.
|
SparkSessionCollection |
setSessions(List<SparkSession> sessions)
Set the sessions property: The sessions property.
|
SparkSessionCollection |
setTotal(int total)
Set the total property: The total property.
|
public int getFrom()
public SparkSessionCollection setFrom(int from)
from - the from value to set.public int getTotal()
public SparkSessionCollection setTotal(int total)
total - the total value to set.public List<SparkSession> getSessions()
public SparkSessionCollection setSessions(List<SparkSession> sessions)
sessions - the sessions value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.