Class RankingsResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.RankingsResponseInner
-
public final class RankingsResponseInner extends Object
Rankings Response.
-
-
Constructor Summary
Constructors Constructor Description RankingsResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimedateTimeBegin()Get the dateTimeBegin property: The dateTimeBegin property.OffsetDateTimedateTimeEnd()Get the dateTimeEnd property: The dateTimeEnd property.List<RankingsResponseTablesItem>tables()Get the tables property: The tables property.voidvalidate()Validates the instance.RankingsResponseInnerwithDateTimeBegin(OffsetDateTime dateTimeBegin)Set the dateTimeBegin property: The dateTimeBegin property.RankingsResponseInnerwithDateTimeEnd(OffsetDateTime dateTimeEnd)Set the dateTimeEnd property: The dateTimeEnd property.RankingsResponseInnerwithTables(List<RankingsResponseTablesItem> tables)Set the tables property: The tables property.
-
-
-
Method Detail
-
dateTimeBegin
public OffsetDateTime dateTimeBegin()
Get the dateTimeBegin property: The dateTimeBegin property.- Returns:
- the dateTimeBegin value.
-
withDateTimeBegin
public RankingsResponseInner withDateTimeBegin(OffsetDateTime dateTimeBegin)
Set the dateTimeBegin property: The dateTimeBegin property.- Parameters:
dateTimeBegin- the dateTimeBegin value to set.- Returns:
- the RankingsResponseInner object itself.
-
dateTimeEnd
public OffsetDateTime dateTimeEnd()
Get the dateTimeEnd property: The dateTimeEnd property.- Returns:
- the dateTimeEnd value.
-
withDateTimeEnd
public RankingsResponseInner withDateTimeEnd(OffsetDateTime dateTimeEnd)
Set the dateTimeEnd property: The dateTimeEnd property.- Parameters:
dateTimeEnd- the dateTimeEnd value to set.- Returns:
- the RankingsResponseInner object itself.
-
tables
public List<RankingsResponseTablesItem> tables()
Get the tables property: The tables property.- Returns:
- the tables value.
-
withTables
public RankingsResponseInner withTables(List<RankingsResponseTablesItem> tables)
Set the tables property: The tables property.- Parameters:
tables- the tables value to set.- Returns:
- the RankingsResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-