Class GetDeliveryChallanDocumentResponse
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.GetDeliveryChallanDocumentResponse
-
public class GetDeliveryChallanDocumentResponse extends java.lang.Object
The `getDeliveryChallanDocumentResponse` response.
-
-
Constructor Summary
Constructors Constructor Description GetDeliveryChallanDocumentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDeliveryChallanDocumentResponse
documentDownload(DocumentDownload documentDownload)
boolean
equals(java.lang.Object o)
DocumentDownload
getDocumentDownload()
Get documentDownloadint
hashCode()
void
setDocumentDownload(DocumentDownload documentDownload)
java.lang.String
toString()
-
-
-
Method Detail
-
documentDownload
public GetDeliveryChallanDocumentResponse documentDownload(DocumentDownload documentDownload)
-
getDocumentDownload
public DocumentDownload getDocumentDownload()
Get documentDownload- Returns:
- documentDownload
-
setDocumentDownload
public void setDocumentDownload(DocumentDownload documentDownload)
-
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
-
-