public class ProtectorDownloadTypeResultJson extends BaseJson
Constructor and Description |
---|
ProtectorDownloadTypeResultJson() |
Modifier and Type | Method and Description |
---|---|
DownloadType |
getDownloadType()
Download type
|
String |
getExternalUUID()
External uuid
|
Boolean |
getPushFile()
Push file
|
String |
getTransactionUuid()
Transaction uuid
|
String |
getVersionUuid()
Version uuid
|
void |
setDownloadType(DownloadType downloadType)
Download type
|
void |
setExternalUUID(String externalUUID)
External uuid
|
void |
setPushFile(Boolean pushFile)
Push file
|
void |
setTransactionUuid(String transactionUuid)
Transaction uuid
|
void |
setVersionUuid(String versionUuid)
Version uuid
|
getObjType, setObjType, toString
public String getVersionUuid()
public void setVersionUuid(String versionUuid)
versionUuid
- Version uuidpublic String getTransactionUuid()
public void setTransactionUuid(String transactionUuid)
transactionUuid
- Transaction uuidpublic String getExternalUUID()
public void setExternalUUID(String externalUUID)
externalUUID
- External uuidpublic Boolean getPushFile()
public void setPushFile(Boolean pushFile)
pushFile
- Push filepublic DownloadType getDownloadType()
public void setDownloadType(DownloadType downloadType)
downloadType
- Download typeCopyright © 2019. All rights reserved.