public class GetDecisionFieldSet extends FieldSet<GetDecisionFieldSet>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetDecisionFieldSet.AbuseType |
static class |
GetDecisionFieldSet.DecisionCategory |
static class |
GetDecisionFieldSet.EntityType |
ABUSE_TYPE, API_KEY, EVENT_TYPE, gson, IP, IS_BAD, KEYLESS_USER_ID, SESSION_ID, TIME, USER_ID, VERIFICATION_PHONE_NUMBER| Constructor and Description |
|---|
GetDecisionFieldSet() |
| Modifier and Type | Method and Description |
|---|---|
static GetDecisionFieldSet |
fromJson(java.lang.String json) |
static GetDecisionFieldSet |
fromNextRef(java.lang.String nextRef) |
java.util.List<GetDecisionFieldSet.AbuseType> |
getAbuseTypes() |
GetDecisionFieldSet.EntityType |
getEntityType() |
java.lang.Integer |
getFrom() |
java.lang.Integer |
getLimit() |
GetDecisionFieldSet |
setAbuseTypes(java.util.List<GetDecisionFieldSet.AbuseType> abuseTypes) |
GetDecisionFieldSet |
setEntityType(GetDecisionFieldSet.EntityType entityType) |
GetDecisionFieldSet |
setFrom(java.lang.Integer from) |
GetDecisionFieldSet |
setLimit(java.lang.Integer limit) |
clearCustomField, clearCustomFields, getApiKey, getEventType, setCustomField, setCustomField, setCustomField, shouldJsonSerializeApiKey, toJson, validatepublic static GetDecisionFieldSet fromJson(java.lang.String json)
public static GetDecisionFieldSet fromNextRef(java.lang.String nextRef)
public GetDecisionFieldSet setLimit(java.lang.Integer limit)
public GetDecisionFieldSet setFrom(java.lang.Integer from)
public GetDecisionFieldSet setEntityType(GetDecisionFieldSet.EntityType entityType)
public GetDecisionFieldSet setAbuseTypes(java.util.List<GetDecisionFieldSet.AbuseType> abuseTypes)
public java.lang.Integer getLimit()
public java.lang.Integer getFrom()
public GetDecisionFieldSet.EntityType getEntityType()
public java.util.List<GetDecisionFieldSet.AbuseType> getAbuseTypes()