public class ImageModerationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageModerationRequest() | 
| ImageModerationRequest(ImageModerationRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFileContent()Get 文件内容 Base64,与FileUrl必须二填一 | 
| String | getFileMD5()Get 文件MD5值 | 
| String | getFileUrl()Get 文件地址 | 
| void | setFileContent(String FileContent)Set 文件内容 Base64,与FileUrl必须二填一 | 
| void | setFileMD5(String FileMD5)Set 文件MD5值 | 
| void | setFileUrl(String FileUrl)Set 文件地址 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageModerationRequest()
public ImageModerationRequest(ImageModerationRequest source)
public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl - 文件地址public String getFileMD5()
public void setFileMD5(String FileMD5)
FileMD5 - 文件MD5值public String getFileContent()
public void setFileContent(String FileContent)
FileContent - 文件内容 Base64,与FileUrl必须二填一Copyright © 2025. All rights reserved.