Class VelocityCardControlResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.issuing.controls.responses.create.CardControlResponse
-
- com.checkout.issuing.controls.responses.create.VelocityCardControlResponse
-
public class VelocityCardControlResponse extends CardControlResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVelocityCardControlResponse.VelocityCardControlResponseBuilder
-
Constructor Summary
Constructors Constructor Description VelocityCardControlResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VelocityCardControlResponse.VelocityCardControlResponseBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)VelocityLimitgetVelocityLimit()inthashCode()voidsetVelocityLimit(VelocityLimit velocityLimit)java.lang.StringtoString()-
Methods inherited from class com.checkout.issuing.controls.responses.create.CardControlResponse
getControlType, getCreatedDate, getDescription, getId, getLastModifiedDate, getTargetId, setCreatedDate, setDescription, setId, setLastModifiedDate, setTargetId
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
builder
public static VelocityCardControlResponse.VelocityCardControlResponseBuilder builder()
-
getVelocityLimit
public VelocityLimit getVelocityLimit()
-
setVelocityLimit
public void setVelocityLimit(VelocityLimit velocityLimit)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classCardControlResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classCardControlResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCardControlResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCardControlResponse
-
-