Class DescribeQualityScoreRequest

    • Constructor Detail

      • DescribeQualityScoreRequest

        public DescribeQualityScoreRequest()
      • DescribeQualityScoreRequest

        public DescribeQualityScoreRequest​(DescribeQualityScoreRequest 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

      • getFile

        public byte[] getFile()
        Get 文件二进制数据
        Returns:
        File 文件二进制数据
      • setFile

        public void setFile​(byte[] File)
        Set 文件二进制数据
        Parameters:
        File - 文件二进制数据
      • getBinaryParams

        protected String[] getBinaryParams()
        Description copied from class: AbstractModel
        Valid only when it's a request object. Some actions can only be posted in multipart format, this method is used to mark which parameters are binary type.
        Overrides:
        getBinaryParams in class AbstractModel