Package com.chrt.api.types
Class StationaryCluster
- java.lang.Object
-
- com.chrt.api.types.StationaryCluster
-
public final class StationaryCluster extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStationaryCluster._FinalStagestatic classStationaryCluster.Builderstatic interfaceStationaryCluster.CentroidLocationStagestatic interfaceStationaryCluster.EndTimestampStagestatic interfaceStationaryCluster.PointCountStagestatic interfaceStationaryCluster.RadiusMilesStagestatic interfaceStationaryCluster.StartTimestampStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StationaryCluster.StartTimestampStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()LocationFeaturegetCentroidLocation()java.time.OffsetDateTimegetEndTimestamp()intgetPointCount()doublegetRadiusMiles()java.time.OffsetDateTimegetStartTimestamp()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getStartTimestamp
public java.time.OffsetDateTime getStartTimestamp()
-
getEndTimestamp
public java.time.OffsetDateTime getEndTimestamp()
-
getCentroidLocation
public LocationFeature getCentroidLocation()
-
getRadiusMiles
public double getRadiusMiles()
-
getPointCount
public int getPointCount()
-
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 StationaryCluster.StartTimestampStage builder()
-
-