Class VendorDetails
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.VendorDetails
-
public class VendorDetails extends java.lang.Object
Vendor Details as part of Label response.
-
-
Constructor Summary
Constructors Constructor Description VendorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
PartyIdentification
getSellingParty()
Get sellingPartyjava.lang.String
getVendorShipmentIdentifier()
Unique vendor shipment id which is not used in last 365 daysint
hashCode()
VendorDetails
sellingParty(PartyIdentification sellingParty)
void
setSellingParty(PartyIdentification sellingParty)
void
setVendorShipmentIdentifier(java.lang.String vendorShipmentIdentifier)
java.lang.String
toString()
VendorDetails
vendorShipmentIdentifier(java.lang.String vendorShipmentIdentifier)
-
-
-
Method Detail
-
sellingParty
public VendorDetails sellingParty(PartyIdentification sellingParty)
-
getSellingParty
public PartyIdentification getSellingParty()
Get sellingParty- Returns:
- sellingParty
-
setSellingParty
public void setSellingParty(PartyIdentification sellingParty)
-
vendorShipmentIdentifier
public VendorDetails vendorShipmentIdentifier(java.lang.String vendorShipmentIdentifier)
-
getVendorShipmentIdentifier
public java.lang.String getVendorShipmentIdentifier()
Unique vendor shipment id which is not used in last 365 days- Returns:
- vendorShipmentIdentifier
-
setVendorShipmentIdentifier
public void setVendorShipmentIdentifier(java.lang.String vendorShipmentIdentifier)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-