public class FileVerification extends AbstractModel
header, skipSign
Constructor and Description |
---|
FileVerification() |
FileVerification(FileVerification 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 |
getContent()
Get 验证文件的内容。该字段的内容需要您填写至 Path 字段返回的 txt 文件中。
|
String |
getPath()
Get EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。
|
void |
setContent(String Content)
Set 验证文件的内容。该字段的内容需要您填写至 Path 字段返回的 txt 文件中。
|
void |
setPath(String Path)
Set EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。
|
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 FileVerification()
public FileVerification(FileVerification source)
public String getPath()
public void setPath(String Path)
Path
- EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。public String getContent()
public void setContent(String Content)
Content
- 验证文件的内容。该字段的内容需要您填写至 Path 字段返回的 txt 文件中。Copyright © 2024. All rights reserved.