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 Content of the verification file. 
 | 
String | 
getPath()
Get EdgeOne obtains the file verification information in the format of "Scheme + Host + URL Path", (e.g. 
 | 
void | 
setContent(String Content)
Set Content of the verification file. 
 | 
void | 
setPath(String Path)
Set EdgeOne obtains the file verification information in the format of "Scheme + Host + URL Path", (e.g. 
 | 
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 FileVerification()
public FileVerification(FileVerification source)
public String getPath()
public void setPath(String Path)
Path - EdgeOne obtains the file verification information in the format of "Scheme + Host + URL Path", (e.g. https://www.example.com/.well-known/teo-verification/z12h416twn.txt). This field is the URL path section of the URL you need to create.public String getContent()
public void setContent(String Content)
Content - Content of the verification file. The contents of this field need to be filled into the text file returned by `Path`.Copyright © 2025. All rights reserved.