public class ResponseData extends AbstractResource
dataObj, warnings| Constructor and Description |
|---|
ResponseData() |
ResponseData(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId() |
String |
getName() |
String |
getSignatureId() |
FieldType |
getType() |
String |
getTypeString() |
Object |
getValue() |
void |
setApiId(String apiId) |
void |
setName(String name) |
void |
setSignatureId(String signatureId) |
void |
setType(FieldType type) |
void |
setValue(Object value) |
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString, toStringpublic ResponseData()
public ResponseData(org.json.JSONObject json)
throws HelloSignException
HelloSignExceptionpublic String getSignatureId()
public void setSignatureId(String signatureId)
public String getName()
public void setName(String name)
public Object getValue()
public void setValue(Object value)
public FieldType getType()
public void setType(FieldType type)
public String getTypeString()
public String getApiId()
public void setApiId(String apiId)
Copyright © 2019 HelloSign. All rights reserved.