TimeZoneProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. TimeZoneProperties
- com.
Implements
public final class TimeZoneProperties
implements JsonSerializable<TimeZoneProperties>
The properties of a time zone.
Constructor Summary
| Constructor | Description |
|---|---|
| TimeZoneProperties() |
Creates an instance of Time |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Time |
fromJson(JsonReader jsonReader)
Reads an instance of Time |
| String |
timeZoneId()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
TimeZoneProperties
public TimeZoneProperties()
Creates an instance of TimeZoneProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: The time zone display name.
Returns:
fromJson
public static TimeZoneProperties fromJson(JsonReader jsonReader)
Reads an instance of TimeZoneProperties from the JsonReader.
Parameters:
Returns:
Throws:
timeZoneId
public String timeZoneId()
Get the timeZoneId property: The time zone id.
Returns:
toJson
validate
public void validate()
Validates the instance.