Class ProtectorDownloadTypeResultJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ProtectorDownloadTypeResultJson
public ProtectorDownloadTypeResultJson()
-
-
Method Details
-
getVersionUuid
Version uuid- Returns:
- Version uuid
-
setVersionUuid
Version uuid- Parameters:
versionUuid
- Version uuid
-
getTransactionUuid
Transaction uuid- Returns:
- Transaction uuid
-
setTransactionUuid
Transaction uuid- Parameters:
transactionUuid
- Transaction uuid
-
getExternalUUID
External uuid- Returns:
- External uuid
-
setExternalUUID
External uuid- Parameters:
externalUUID
- External uuid
-
getPushFile
Push file- Returns:
- Push file
-
setPushFile
Push file- Parameters:
pushFile
- Push file
-
getDownloadType
Download type- Returns:
- Download type
-
setDownloadType
Download type- Parameters:
downloadType
- Download type
-