| java.lang.Object | |
| ↳ | com.amazonaws.fba_inventory.doc._2009_07_31.Timepoint |
Represents a point in time. A time point is either a specific date and time, or a logical value (e.g., "Immediately"). If TimepointType is "Immediately" or "Unknown", the DateTime may not be specified and should be ignored. "Immediately" means inventory is available for picking immediately and will continue to be so until in-stock quantities are exhausted. "Unknown" means inventory is expected to be available for picking at some point in the future, but it's not known with confidence when that might be. Otherwise, if TimepointType is "DateTime", the DateTime element represents the latest date and time by which inventory is confidently expected to be available for picking.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| __equalsCalc | |||||||||||
| __hashCodeCalc | |||||||||||
| dateTime | |||||||||||
| timepointType | |||||||||||
| typeDesc | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the dateTime value for this Timepoint.
| |||||||||||
Get Custom Deserializer
| |||||||||||
Get Custom Serializer
| |||||||||||
Gets the timepointType value for this Timepoint.
| |||||||||||
Return type metadata object
| |||||||||||
Sets the dateTime value for this Timepoint.
| |||||||||||
Sets the timepointType value for this Timepoint.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| timepointType | |
|---|---|
| dateTime |
| obj |
|---|
Gets the dateTime value for this Timepoint.
Get Custom Deserializer
| mechType | |
|---|---|
| _javaType | |
| _xmlType |
Get Custom Serializer
| mechType | |
|---|---|
| _javaType | |
| _xmlType |
Gets the timepointType value for this Timepoint.
Return type metadata object
Sets the dateTime value for this Timepoint.
| dateTime |
|---|
Sets the timepointType value for this Timepoint.
| timepointType |
|---|