Class GetCollectionFormHistoryResponse
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.GetCollectionFormHistoryResponse
-
public class GetCollectionFormHistoryResponse extends java.lang.ObjectThe Response for the GetCollectionFormHistoryResponse operation.
-
-
Constructor Summary
Constructors Constructor Description GetCollectionFormHistoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCollectionFormHistoryResponsecollectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)booleanequals(java.lang.Object o)CollectionFormsHistoryRecordListgetCollectionFormsHistoryRecordList()Get collectionFormsHistoryRecordListjava.lang.StringgetLastRefreshedDate()Last Refereshed Date of collectioninthashCode()GetCollectionFormHistoryResponselastRefreshedDate(java.lang.String lastRefreshedDate)voidsetCollectionFormsHistoryRecordList(CollectionFormsHistoryRecordList collectionFormsHistoryRecordList)voidsetLastRefreshedDate(java.lang.String lastRefreshedDate)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-