Class ChampAirWaybillClientUpdate1
- java.lang.Object
-
- com.chrt.api.resources.integrations.airwaybills.requests.ChampAirWaybillClientUpdate1
-
public final class ChampAirWaybillClientUpdate1 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChampAirWaybillClientUpdate1.Builder
-
Method Summary
-
-
-
Method Detail
-
getTotalConsignmentNumberOfPieces
public java.util.Optional<java.lang.Integer> getTotalConsignmentNumberOfPieces()
-
getWeight
public java.util.Optional<CargojsonWeight> getWeight()
-
getVolume
public java.util.Optional<CargojsonVolume> getVolume()
-
getChargeItems
public java.util.Optional<java.util.List<CargojsonChargeItem>> getChargeItems()
-
getFlights
public java.util.Optional<java.util.List<CargojsonFlightIdentity>> getFlights()
-
getIsoCurrencyCode
public java.util.Optional<java.lang.String> getIsoCurrencyCode()
-
getAgent
public java.util.Optional<CargojsonAgent> getAgent()
-
getRoute
public java.util.Optional<java.util.List<CargojsonRouting>> getRoute()
-
getShipper
public java.util.Optional<CargojsonAccountContact> getShipper()
-
getConsignee
public java.util.Optional<CargojsonAccountContact> getConsignee()
-
getChargeDeclarations
public java.util.Optional<CargojsonChargeDeclarations> getChargeDeclarations()
-
getDensityGroup
public java.util.Optional<java.lang.Integer> getDensityGroup()
-
getSpecialHandlingCodes
public java.util.Optional<java.util.List<CargojsonSpecialHandlingCode>> getSpecialHandlingCodes()
-
getAdditionalSpecialHandlingCodes
public java.util.Optional<java.util.List<java.lang.String>> getAdditionalSpecialHandlingCodes()
-
getSpecialServiceRequest
public java.util.Optional<java.lang.String> getSpecialServiceRequest()
-
getAlsoNotify
public java.util.Optional<CargojsonAccountContact> getAlsoNotify()
-
getPrepaidChargeSummary
public java.util.Optional<CargojsonChargeSummary> getPrepaidChargeSummary()
-
getCollectChargeSummary
public java.util.Optional<CargojsonChargeSummary> getCollectChargeSummary()
-
getAccounting
public java.util.Optional<java.util.List<CargojsonAccounting>> getAccounting()
-
getOtherCharges
public java.util.Optional<java.util.List<CargojsonOtherChargeItem>> getOtherCharges()
-
getShippersCertification
public java.util.Optional<java.lang.String> getShippersCertification()
-
getOtherServiceInformation
public java.util.Optional<java.lang.String> getOtherServiceInformation()
-
getChargesCollectInDestCurrency
public java.util.Optional<CargojsonCollectChargesInDestCurrency> getChargesCollectInDestCurrency()
-
getCustomsOriginCode
public java.util.Optional<java.lang.String> getCustomsOriginCode()
-
getCommissionInfo
public java.util.Optional<CargojsonCommissionInfo> getCommissionInfo()
-
getSalesIncentive
public java.util.Optional<CargojsonSalesIncentive> getSalesIncentive()
-
getNominatedHandlingParty
public java.util.Optional<CargojsonNominatedHandlingParty> getNominatedHandlingParty()
-
getShipmentReferenceInformation
public java.util.Optional<CargojsonShipmentReferenceInformation> getShipmentReferenceInformation()
-
getOtherParticipant
public java.util.Optional<java.util.List<CargojsonOtherParticipant>> getOtherParticipant()
-
getOci
public java.util.Optional<java.util.List<CargojsonOci>> getOci()
-
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 ChampAirWaybillClientUpdate1.Builder builder()
-
-