public final class RequestIdSource extends AbstractRequestSource
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestIdSource.RequestIdSourceBuilder |
type| Constructor and Description |
|---|
RequestIdSource() |
| Modifier and Type | Method and Description |
|---|---|
static RequestIdSource.RequestIdSourceBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCvv() |
java.lang.String |
getId() |
java.lang.Boolean |
getStored() |
java.lang.Boolean |
getStoreForFutureUse() |
int |
hashCode() |
void |
setCvv(java.lang.String cvv) |
void |
setId(java.lang.String id) |
void |
setStored(java.lang.Boolean stored) |
void |
setStoreForFutureUse(java.lang.Boolean storeForFutureUse) |
java.lang.String |
toString() |
getTypepublic static RequestIdSource.RequestIdSourceBuilder builder()
public java.lang.String getId()
public java.lang.String getCvv()
public java.lang.Boolean getStored()
public java.lang.Boolean getStoreForFutureUse()
public void setId(java.lang.String id)
public void setCvv(java.lang.String cvv)
public void setStored(java.lang.Boolean stored)
public void setStoreForFutureUse(java.lang.Boolean storeForFutureUse)
public boolean equals(java.lang.Object o)
equals in class AbstractRequestSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractRequestSourcepublic int hashCode()
hashCode in class AbstractRequestSourcepublic java.lang.String toString()
toString in class AbstractRequestSource