Package com.chrt.api.types
Class CargojsonAddressing
- java.lang.Object
-
- com.chrt.api.types.CargojsonAddressing
-
public final class CargojsonAddressing extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCargojsonAddressing.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CargojsonAddressing.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.util.List<CargojsonParticipantAddress>>getFinalRecipientAddresses()java.util.Optional<java.util.List<CargojsonParticipantAddress>>getReplyAnswerTo()java.util.Optional<CargojsonParticipantAddress>getRouteAnswerVia()java.util.Optional<CargojsonParticipantAddress>getRouteVia()java.util.Optional<java.util.List<CargojsonParticipantAddress>>getSenderAddresses()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getRouteVia
public java.util.Optional<CargojsonParticipantAddress> getRouteVia()
-
getRouteAnswerVia
public java.util.Optional<CargojsonParticipantAddress> getRouteAnswerVia()
-
getSenderAddresses
public java.util.Optional<java.util.List<CargojsonParticipantAddress>> getSenderAddresses()
-
getFinalRecipientAddresses
public java.util.Optional<java.util.List<CargojsonParticipantAddress>> getFinalRecipientAddresses()
-
getReplyAnswerTo
public java.util.Optional<java.util.List<CargojsonParticipantAddress>> getReplyAnswerTo()
-
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 CargojsonAddressing.Builder builder()
-
-