Class UpdateCRWorkRequest

    • Constructor Detail

      • UpdateCRWorkRequest

        public UpdateCRWorkRequest()
      • UpdateCRWorkRequest

        public UpdateCRWorkRequest​(UpdateCRWorkRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getWorkId

        public Long getWorkId()
        Get 作品ID
        Returns:
        WorkId 作品ID
      • setWorkId

        public void setWorkId​(Long WorkId)
        Set 作品ID
        Parameters:
        WorkId - 作品ID
      • getContentType

        public String getContentType()
        Get 文件的扩展名,例如txt,docx
        Returns:
        ContentType 文件的扩展名,例如txt,docx
      • setContentType

        public void setContentType​(String ContentType)
        Set 文件的扩展名,例如txt,docx
        Parameters:
        ContentType - 文件的扩展名,例如txt,docx
      • getContent

        public String getContent()
        Get 内容的base64编码
        Returns:
        Content 内容的base64编码
      • setContent

        public void setContent​(String Content)
        Set 内容的base64编码
        Parameters:
        Content - 内容的base64编码
      • getCertType

        public String getCertType()
        Get 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
        Returns:
        CertType 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
      • setCertType

        public void setCertType​(String CertType)
        Set 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
        Parameters:
        CertType - 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件