Class ContainerIdentification
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.ContainerIdentification
-
public class ContainerIdentification extends java.lang.Object
A list of carton identifiers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContainerIdentification.ContainerIdentificationTypeEnum
The container identification type.
-
Constructor Summary
Constructors Constructor Description ContainerIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerIdentification
containerIdentificationNumber(java.lang.String containerIdentificationNumber)
ContainerIdentification
containerIdentificationType(ContainerIdentification.ContainerIdentificationTypeEnum containerIdentificationType)
boolean
equals(java.lang.Object o)
java.lang.String
getContainerIdentificationNumber()
Container identification number that adheres to the definition of the container identification type.ContainerIdentification.ContainerIdentificationTypeEnum
getContainerIdentificationType()
The container identification type.int
hashCode()
void
setContainerIdentificationNumber(java.lang.String containerIdentificationNumber)
void
setContainerIdentificationType(ContainerIdentification.ContainerIdentificationTypeEnum containerIdentificationType)
java.lang.String
toString()
-
-
-
Method Detail
-
containerIdentificationType
public ContainerIdentification containerIdentificationType(ContainerIdentification.ContainerIdentificationTypeEnum containerIdentificationType)
-
getContainerIdentificationType
public ContainerIdentification.ContainerIdentificationTypeEnum getContainerIdentificationType()
The container identification type.- Returns:
- containerIdentificationType
-
setContainerIdentificationType
public void setContainerIdentificationType(ContainerIdentification.ContainerIdentificationTypeEnum containerIdentificationType)
-
containerIdentificationNumber
public ContainerIdentification containerIdentificationNumber(java.lang.String containerIdentificationNumber)
-
getContainerIdentificationNumber
public java.lang.String getContainerIdentificationNumber()
Container identification number that adheres to the definition of the container identification type.- Returns:
- containerIdentificationNumber
-
setContainerIdentificationNumber
public void setContainerIdentificationNumber(java.lang.String containerIdentificationNumber)
-
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
-
-