public class UserInfluence extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
UserInfluence() |
Modifier and Type | Method and Description |
---|---|
UserInfluence |
copyFrom(UserInfluence instance) |
APIContext |
getContext() |
String |
getFieldTrust() |
Long |
getFieldTrustCode() |
Long |
getFieldVersion() |
String |
getId() |
static APIRequest.ResponseParser<UserInfluence> |
getParser() |
static UserInfluence |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<UserInfluence> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
UserInfluence |
setFieldTrust(String value) |
UserInfluence |
setFieldTrustCode(Long value) |
UserInfluence |
setFieldVersion(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static UserInfluence loadJSON(String json, APIContext context, String header)
public static APINodeList<UserInfluence> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldTrust()
public UserInfluence setFieldTrust(String value)
public Long getFieldTrustCode()
public UserInfluence setFieldTrustCode(Long value)
public Long getFieldVersion()
public UserInfluence setFieldVersion(Long value)
public UserInfluence copyFrom(UserInfluence instance)
public static APIRequest.ResponseParser<UserInfluence> getParser()
Copyright © 2020. All rights reserved.