Class GetMessagingActionsForOrderResponse
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.GetMessagingActionsForOrderResponse
-
public class GetMessagingActionsForOrderResponse extends java.lang.Object
The response schema for the `getMessagingActionsForOrder` operation.
-
-
Constructor Summary
Constructors Constructor Description GetMessagingActionsForOrderResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMessagingActionsForOrderResponse
_embedded(GetMessagingActionsForOrderResponseEmbedded _embedded)
GetMessagingActionsForOrderResponse
_links(GetMessagingActionsForOrderResponseLinks _links)
boolean
equals(java.lang.Object o)
GetMessagingActionsForOrderResponse
errors(ErrorList errors)
GetMessagingActionsForOrderResponseEmbedded
getEmbedded()
Get _embeddedErrorList
getErrors()
Get errorsGetMessagingActionsForOrderResponseLinks
getLinks()
Get _linksint
hashCode()
void
setEmbedded(GetMessagingActionsForOrderResponseEmbedded _embedded)
void
setErrors(ErrorList errors)
void
setLinks(GetMessagingActionsForOrderResponseLinks _links)
java.lang.String
toString()
-
-
-
Method Detail
-
_links
public GetMessagingActionsForOrderResponse _links(GetMessagingActionsForOrderResponseLinks _links)
-
getLinks
public GetMessagingActionsForOrderResponseLinks getLinks()
Get _links- Returns:
- _links
-
setLinks
public void setLinks(GetMessagingActionsForOrderResponseLinks _links)
-
_embedded
public GetMessagingActionsForOrderResponse _embedded(GetMessagingActionsForOrderResponseEmbedded _embedded)
-
getEmbedded
public GetMessagingActionsForOrderResponseEmbedded getEmbedded()
Get _embedded- Returns:
- _embedded
-
setEmbedded
public void setEmbedded(GetMessagingActionsForOrderResponseEmbedded _embedded)
-
errors
public GetMessagingActionsForOrderResponse errors(ErrorList errors)
-
getErrors
public ErrorList getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(ErrorList errors)
-
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
-
-