Class GenerateCollectionFormResponse
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.GenerateCollectionFormResponse
-
public class GenerateCollectionFormResponse extends java.lang.Object
The Response for the GenerateCollectionFormResponse operation.
-
-
Constructor Summary
Constructors Constructor Description GenerateCollectionFormResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateCollectionFormResponse
collectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
boolean
equals(java.lang.Object o)
CollectionsFormDocument
getCollectionsFormDocument()
Get collectionsFormDocumentint
hashCode()
void
setCollectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
java.lang.String
toString()
-
-
-
Method Detail
-
collectionsFormDocument
public GenerateCollectionFormResponse collectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
-
getCollectionsFormDocument
public CollectionsFormDocument getCollectionsFormDocument()
Get collectionsFormDocument- Returns:
- collectionsFormDocument
-
setCollectionsFormDocument
public void setCollectionsFormDocument(CollectionsFormDocument collectionsFormDocument)
-
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
-
-