Class ServiceSelection
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.ServiceSelection
-
public class ServiceSelection extends java.lang.Object
Service Selection Criteria.
-
-
Constructor Summary
Constructors Constructor Description ServiceSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ServiceIds
getServiceId()
Get serviceIdint
hashCode()
ServiceSelection
serviceId(ServiceIds serviceId)
void
setServiceId(ServiceIds serviceId)
java.lang.String
toString()
-
-
-
Method Detail
-
serviceId
public ServiceSelection serviceId(ServiceIds serviceId)
-
getServiceId
public ServiceIds getServiceId()
Get serviceId- Returns:
- serviceId
-
setServiceId
public void setServiceId(ServiceIds serviceId)
-
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
-
-