@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class OfflineAttributes extends Object
| Constructor and Description |
|---|
OfflineAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountEsignId()
A GUID identifying the account associated with the consumer disclosure
|
String |
getDeviceModel()
A string containing information about the model of the device used for offline signing.
|
String |
getDeviceName()
A string containing information about the type of device used for offline signing.
|
String |
getGpsLatitude()
A string containing the latitude of the device location at the time of signing.
|
String |
getGpsLongitude()
A string containing the longitude of the device location at the time of signing.
|
String |
getOfflineSigningHash() |
int |
hashCode() |
void |
setAccountEsignId(String accountEsignId) |
void |
setDeviceModel(String deviceModel) |
void |
setDeviceName(String deviceName) |
void |
setGpsLatitude(String gpsLatitude) |
void |
setGpsLongitude(String gpsLongitude) |
void |
setOfflineSigningHash(String offlineSigningHash) |
String |
toString() |
public String getAccountEsignId()
public void setAccountEsignId(String accountEsignId)
public String getDeviceModel()
public void setDeviceModel(String deviceModel)
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getGpsLatitude()
public void setGpsLatitude(String gpsLatitude)
public String getGpsLongitude()
public void setGpsLongitude(String gpsLongitude)
public String getOfflineSigningHash()
public void setOfflineSigningHash(String offlineSigningHash)
Copyright © 2017. All rights reserved.