Package com.chrt.api.types
Class CargoByDriverDataPoint1
- java.lang.Object
-
- com.chrt.api.types.CargoByDriverDataPoint1
-
public final class CargoByDriverDataPoint1 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCargoByDriverDataPoint1._FinalStagestatic classCargoByDriverDataPoint1.Builderstatic interfaceCargoByDriverDataPoint1.IdStagestatic interfaceCargoByDriverDataPoint1.LocationStagestatic interfaceCargoByDriverDataPoint1.MetadataStagestatic interfaceCargoByDriverDataPoint1.SchemaVersionStagestatic interfaceCargoByDriverDataPoint1.TimestampStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CargoByDriverDataPoint1.SchemaVersionStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetId()LocationFeaturegetLocation()CargoByDriverDataPointMetadata1getMetadata()intgetSchemaVersion()java.time.OffsetDateTimegetTimestamp()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSchemaVersion
public int getSchemaVersion()
-
getTimestamp
public java.time.OffsetDateTime getTimestamp()
-
getMetadata
public CargoByDriverDataPointMetadata1 getMetadata()
-
getLocation
public LocationFeature getLocation()
-
getId
public java.lang.String getId()
-
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 CargoByDriverDataPoint1.SchemaVersionStage builder()
-
-