public class MccCardControlResponse extends CardControlResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
MccCardControlResponse.MccCardControlResponseBuilder |
| Constructor and Description |
|---|
MccCardControlResponse() |
| Modifier and Type | Method and Description |
|---|---|
static MccCardControlResponse.MccCardControlResponseBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
MccLimit |
getMccLimit() |
int |
hashCode() |
void |
setMccLimit(MccLimit mccLimit) |
java.lang.String |
toString() |
getControlType, getCreatedDate, getDescription, getId, getLastModifiedDate, getTargetId, setCreatedDate, setDescription, setId, setLastModifiedDate, setTargetIdgetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic static MccCardControlResponse.MccCardControlResponseBuilder builder()
public MccLimit getMccLimit()
public void setMccLimit(MccLimit mccLimit)
public boolean equals(java.lang.Object o)
equals in class CardControlResponseprotected boolean canEqual(java.lang.Object other)
canEqual in class CardControlResponsepublic int hashCode()
hashCode in class CardControlResponsepublic java.lang.String toString()
toString in class CardControlResponse