Class GetCollectionFormHistoryResponse
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.GetCollectionFormHistoryResponse
-
public class GetCollectionFormHistoryResponse extends java.lang.Object
The Response for the GetCollectionFormHistoryResponse operation.
-
-
Constructor Summary
Constructors Constructor Description GetCollectionFormHistoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCollectionFormHistoryResponse
collectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)
boolean
equals(java.lang.Object o)
CollectionFormsHistoryRecordList
getCollectionFormsHistoryRecordList()
Get collectionFormsHistoryRecordListjava.lang.String
getLastRefreshedDate()
Last Refereshed Date of collectionint
hashCode()
GetCollectionFormHistoryResponse
lastRefreshedDate(java.lang.String lastRefreshedDate)
void
setCollectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)
void
setLastRefreshedDate(java.lang.String lastRefreshedDate)
java.lang.String
toString()
-
-
-
Method Detail
-
collectionFormsHistoryRecordList
public GetCollectionFormHistoryResponse collectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)
-
getCollectionFormsHistoryRecordList
public CollectionFormsHistoryRecordList getCollectionFormsHistoryRecordList()
Get collectionFormsHistoryRecordList- Returns:
- collectionFormsHistoryRecordList
-
setCollectionFormsHistoryRecordList
public void setCollectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)
-
lastRefreshedDate
public GetCollectionFormHistoryResponse lastRefreshedDate(java.lang.String lastRefreshedDate)
-
getLastRefreshedDate
public java.lang.String getLastRefreshedDate()
Last Refereshed Date of collection- Returns:
- lastRefreshedDate
-
setLastRefreshedDate
public void setLastRefreshedDate(java.lang.String lastRefreshedDate)
-
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
-
-