Class ProtectorDownloadTypeResultJson

  • All Implemented Interfaces:
    Serializable

    public class ProtectorDownloadTypeResultJson
    extends BaseJson
    Result from getting info about a protector download type
    See Also:
    Serialized Form
    • Constructor Detail

      • ProtectorDownloadTypeResultJson

        public ProtectorDownloadTypeResultJson()
    • 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