public class VelocityCardControlRequest extends CardControlRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
VelocityCardControlRequest.VelocityCardControlRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static VelocityCardControlRequest.VelocityCardControlRequestBuilder |
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() |
getDescription, getTargetId, getType, setDescription, setTargetIdpublic static VelocityCardControlRequest.VelocityCardControlRequestBuilder builder()
public VelocityLimit getVelocityLimit()
public void setVelocityLimit(VelocityLimit velocityLimit)
public boolean equals(java.lang.Object o)
equals in class CardControlRequestprotected boolean canEqual(java.lang.Object other)
canEqual in class CardControlRequestpublic int hashCode()
hashCode in class CardControlRequestpublic java.lang.String toString()
toString in class CardControlRequest