Class FeesEstimateError
- java.lang.Object
-
- software.amazon.spapi.models.productfees.v0.FeesEstimateError
-
public class FeesEstimateError extends java.lang.Object
An unexpected error occurred during this operation.
-
-
Constructor Summary
Constructors Constructor Description FeesEstimateError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeesEstimateError
code(java.lang.String code)
FeesEstimateError
detail(FeesEstimateErrorDetail detail)
boolean
equals(java.lang.Object o)
java.lang.String
getCode()
An error code that identifies the type of error that occurred.FeesEstimateErrorDetail
getDetail()
Get detailjava.lang.String
getMessage()
A message that describes the error condition.java.lang.String
getType()
An error type, identifying either the receiver or the sender as the originator of the error.int
hashCode()
FeesEstimateError
message(java.lang.String message)
void
setCode(java.lang.String code)
void
setDetail(FeesEstimateErrorDetail detail)
void
setMessage(java.lang.String message)
void
setType(java.lang.String type)
java.lang.String
toString()
FeesEstimateError
type(java.lang.String type)
-
-
-
Method Detail
-
type
public FeesEstimateError type(java.lang.String type)
-
getType
public java.lang.String getType()
An error type, identifying either the receiver or the sender as the originator of the error.- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
code
public FeesEstimateError code(java.lang.String code)
-
getCode
public java.lang.String getCode()
An error code that identifies the type of error that occurred.- Returns:
- code
-
setCode
public void setCode(java.lang.String code)
-
message
public FeesEstimateError message(java.lang.String message)
-
getMessage
public java.lang.String getMessage()
A message that describes the error condition.- Returns:
- message
-
setMessage
public void setMessage(java.lang.String message)
-
detail
public FeesEstimateError detail(FeesEstimateErrorDetail detail)
-
getDetail
public FeesEstimateErrorDetail getDetail()
Get detail- Returns:
- detail
-
setDetail
public void setDetail(FeesEstimateErrorDetail detail)
-
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
-
-