public class CreateDiagnoseUrlRequest extends AbstractModel
Constructor and Description |
---|
CreateDiagnoseUrlRequest() |
CreateDiagnoseUrlRequest(CreateDiagnoseUrlRequest 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 |
getOrigin()
Get 请求源带协议头,形如:https://console.cloud.tencent.com
|
String |
getUrl()
Get 需诊断的url,形如:http://www.test.com/test.txt。
|
void |
setOrigin(String Origin)
Set 请求源带协议头,形如:https://console.cloud.tencent.com
|
void |
setUrl(String Url)
Set 需诊断的url,形如:http://www.test.com/test.txt。
|
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 CreateDiagnoseUrlRequest()
public CreateDiagnoseUrlRequest(CreateDiagnoseUrlRequest source)
public String getUrl()
public void setUrl(String Url)
Url
- 需诊断的url,形如:http://www.test.com/test.txt。public String getOrigin()
public void setOrigin(String Origin)
Origin
- 请求源带协议头,形如:https://console.cloud.tencent.comCopyright © 2023. All rights reserved.