HasId
public class IssuerFraudRecord extends ApiResource implements HasId
ApiResource.RequestMethod, ApiResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor | Description |
---|---|
IssuerFraudRecord() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.String |
getCharge() |
|
Charge |
getChargeObject() |
|
java.lang.Long |
getCreated() |
|
java.lang.String |
getFraudType() |
|
java.lang.String |
getId() |
|
java.lang.Boolean |
getLivemode() |
|
java.lang.String |
getObject() |
|
java.lang.Long |
getPostDate() |
|
int |
hashCode() |
|
static IssuerFraudRecordCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
|
static IssuerFraudRecordCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Returns the IssuerFraudRecordCollection listing.
|
static IssuerFraudRecord |
retrieve(java.lang.String id) |
|
static IssuerFraudRecord |
retrieve(java.lang.String id,
RequestOptions options) |
|
static IssuerFraudRecord |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
|
void |
setCharge(java.lang.String chargeId) |
|
void |
setChargeObject(Charge c) |
|
void |
setCreated(java.lang.Long created) |
|
void |
setFraudType(java.lang.String fraudType) |
|
void |
setId(java.lang.String id) |
|
void |
setLivemode(java.lang.Boolean livemode) |
|
void |
setObject(java.lang.String object) |
|
void |
setPostDate(java.lang.Long postDate) |
classUrl, classUrl, instanceUrl, instanceUrl, multipartRequest, request, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getCharge()
public void setCharge(java.lang.String chargeId)
public Charge getChargeObject()
public void setChargeObject(Charge c)
public static IssuerFraudRecordCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public static IssuerFraudRecordCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
params
- The standard parameters for the listing.options
- The standard request options for the listing.StripeException
public static IssuerFraudRecord retrieve(java.lang.String id) throws StripeException
StripeException
public static IssuerFraudRecord retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeException
public static IssuerFraudRecord retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public java.lang.String getObject()
public java.lang.Long getCreated()
public java.lang.String getFraudType()
public java.lang.Boolean getLivemode()
public java.lang.Long getPostDate()
public void setId(java.lang.String id)
public void setObject(java.lang.String object)
public void setCreated(java.lang.Long created)
public void setFraudType(java.lang.String fraudType)
public void setLivemode(java.lang.Boolean livemode)
public void setPostDate(java.lang.Long postDate)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object