Class UploadPrecheckData


  • @Immutable
    public class UploadPrecheckData
    extends Object
    • Constructor Detail

      • UploadPrecheckData

        public UploadPrecheckData()
    • Method Detail

      • getPassphrase

        public String getPassphrase()
      • getContent

        public String getContent()
      • setPassphrase

        public void setPassphrase​(String passphrase)
      • setContent

        public void setContent​(String content)
      • isImportKey

        public boolean isImportKey()
      • setImportKey

        public void setImportKey​(boolean importKey)
      • getPipelineId

        public Long getPipelineId()
      • setPipelineId

        public void setPipelineId​(Long pipelineId)
      • getRequestorcomment

        public String getRequestorcomment()
      • setRequestorcomment

        public void setRequestorcomment​(String requestorcomment)
      • getKeyAlgoLength

        public String getKeyAlgoLength()
      • getNamedValues

        public NamedValue[] getNamedValues()
      • getCertificateAttributes

        public NamedValues[] getCertificateAttributes()
      • getArAttributes

        public NamedValues[] getArAttributes()
      • isTosAgreed

        public boolean isTosAgreed()
      • setTosAgreed

        public void setTosAgreed​(boolean tosAgreed)
      • setCreationMode

        public void setCreationMode​(CreationMode creationMode)
      • setKeyAlgoLength

        public void setKeyAlgoLength​(String keyAlgoLength)
      • setContainerType

        public void setContainerType​(ContainerType containerType)
      • setNamedValues

        public void setNamedValues​(NamedValue[] namedValues)
      • setCertificateAttributes

        public void setCertificateAttributes​(NamedValues[] certificateAttributes)
      • setArAttributes

        public void setArAttributes​(NamedValues[] arAttributes)
      • getSecret

        public String getSecret()
      • setSecret

        public void setSecret​(String secret)