public class FileAscriptionInfo extends AbstractModel
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 Content of the verification file.
|
String |
getIdentifyPath()
Get Directory of the verification file.
|
void |
setIdentifyContent(String IdentifyContent)
Set Content of the verification file.
|
void |
setIdentifyPath(String IdentifyPath)
Set Directory of the verification file.
|
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 FileAscriptionInfo()
public FileAscriptionInfo(FileAscriptionInfo source)
public String getIdentifyPath()
public void setIdentifyPath(String IdentifyPath)
IdentifyPath
- Directory of the verification file.public String getIdentifyContent()
public void setIdentifyContent(String IdentifyContent)
IdentifyContent
- Content of the verification file.Copyright © 2023. All rights reserved.