Class ProtectorDownloadTypeResultJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ProtectorDownloadTypeResultJson
-
- All Implemented Interfaces:
Serializable
public class ProtectorDownloadTypeResultJson extends BaseJson
Result from getting info about a protector download type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtectorDownloadTypeResultJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadType
getDownloadType()
Download typeString
getExternalUUID()
External uuidBoolean
getPushFile()
Push fileString
getTransactionUuid()
Transaction uuidString
getVersionUuid()
Version uuidvoid
setDownloadType(DownloadType downloadType)
Download typevoid
setExternalUUID(String externalUUID)
External uuidvoid
setPushFile(Boolean pushFile)
Push filevoid
setTransactionUuid(String transactionUuid)
Transaction uuidvoid
setVersionUuid(String versionUuid)
Version uuid-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getVersionUuid
public String getVersionUuid()
Version uuid- Returns:
- Version uuid
-
setVersionUuid
public void setVersionUuid(String versionUuid)
Version uuid- Parameters:
versionUuid
- Version uuid
-
getTransactionUuid
public String getTransactionUuid()
Transaction uuid- Returns:
- Transaction uuid
-
setTransactionUuid
public void setTransactionUuid(String transactionUuid)
Transaction uuid- Parameters:
transactionUuid
- Transaction uuid
-
getPushFile
public Boolean getPushFile()
Push file- Returns:
- Push file
-
setPushFile
public void setPushFile(Boolean pushFile)
Push file- Parameters:
pushFile
- Push file
-
getExternalUUID
public String getExternalUUID()
External uuid- Returns:
- External uuid
-
setExternalUUID
public void setExternalUUID(String externalUUID)
External uuid- Parameters:
externalUUID
- External uuid
-
getDownloadType
public DownloadType getDownloadType()
Download type- Returns:
- Download type
-
setDownloadType
public void setDownloadType(DownloadType downloadType)
Download type- Parameters:
downloadType
- Download type
-
-