public class HttpGet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HttpGet() | 
| HttpGet(HttpGet 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 | getPath()Get HttpGet检测的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPort()Get HttpGet检测的端口号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getScheme()Get HTTP or HTTPS
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPath(String Path)Set HttpGet检测的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPort(Long Port)Set HttpGet检测的端口号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScheme(String Scheme)Set HTTP or HTTPS
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 HttpGet()
public HttpGet(HttpGet source)
public String getPath()
public void setPath(String Path)
Path - HttpGet检测的路径
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port - HttpGet检测的端口号
注意:此字段可能返回 null,表示取不到有效值。public String getScheme()
public void setScheme(String Scheme)
Scheme - HTTP or HTTPS
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.