public class VelocityCardControlResponse extends CardControlResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
VelocityCardControlResponse.VelocityCardControlResponseBuilder |
| Constructor and Description |
|---|
VelocityCardControlResponse() |
| Modifier and Type | Method and Description |
|---|---|
static VelocityCardControlResponse.VelocityCardControlResponseBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
VelocityLimit |
getVelocityLimit() |
int |
hashCode() |
void |
setVelocityLimit(VelocityLimit velocityLimit) |
java.lang.String |
toString() |
getControlType, getCreatedDate, getDescription, getId, getLastModifiedDate, getTargetId, setCreatedDate, setDescription, setId, setLastModifiedDate, setTargetIdgetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic static VelocityCardControlResponse.VelocityCardControlResponseBuilder builder()
public VelocityLimit getVelocityLimit()
public void setVelocityLimit(VelocityLimit velocityLimit)
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