public class ImageModerationRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageModerationRequest()
public ImageModerationRequest(ImageModerationRequest source)
public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 文件内容 Base64,与FileUrl必须二填一public String getFileMD5()
public void setFileMD5(String FileMD5)
FileMD5
- 文件MD5值public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 文件地址Copyright © 2021. All rights reserved.