Package com.chrt.api.types
Class TimezoneResponse
- java.lang.Object
-
- com.chrt.api.types.TimezoneResponse
-
public final class TimezoneResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimezoneResponse._FinalStagestatic classTimezoneResponse.Builderstatic interfaceTimezoneResponse.LatStagestatic interfaceTimezoneResponse.LngStagestatic interfaceTimezoneResponse.MethodStagestatic interfaceTimezoneResponse.TimezoneStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimezoneResponse.TimezoneStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()doublegetLat()doublegetLng()java.lang.StringgetMethod()java.lang.StringgetTimezone()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getTimezone
public java.lang.String getTimezone()
-
getLat
public double getLat()
-
getLng
public double getLng()
-
getMethod
public java.lang.String getMethod()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static TimezoneResponse.TimezoneStage builder()
-
-