public class FileAscriptionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
FileAscriptionInfo() |
FileAscriptionInfo(FileAscriptionInfo 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 |
getIdentifyContent()
Get 文件校验内容。
|
String |
getIdentifyPath()
Get 文件校验目录。
|
void |
setIdentifyContent(String IdentifyContent)
Set 文件校验内容。
|
void |
setIdentifyPath(String IdentifyPath)
Set 文件校验目录。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileAscriptionInfo()
public FileAscriptionInfo(FileAscriptionInfo source)
public String getIdentifyPath()
public void setIdentifyPath(String IdentifyPath)
IdentifyPath
- 文件校验目录。public String getIdentifyContent()
public void setIdentifyContent(String IdentifyContent)
IdentifyContent
- 文件校验内容。Copyright © 2024. All rights reserved.