Class HttpGet
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.HttpGet
-
public class HttpGet extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Get HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。LonggetPort()Get HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。StringgetScheme()Get HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。voidsetPath(String Path)Set HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。voidsetPort(Long Port)Set HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。voidsetScheme(String Scheme)Set HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HttpGet
public HttpGet()
-
HttpGet
public 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.
-
-
Method Detail
-
getPath
public String getPath()
Get HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Path HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。
-
setPath
public void setPath(String Path)
Set HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Path- HttpGet检测的路径 注意:此字段可能返回 null,表示取不到有效值。
-
getPort
public Long getPort()
Get HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Port HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。
-
setPort
public void setPort(Long Port)
Set HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Port- HttpGet检测的端口号 注意:此字段可能返回 null,表示取不到有效值。
-
getScheme
public String getScheme()
Get HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Scheme HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。
-
setScheme
public void setScheme(String Scheme)
Set HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Scheme- HTTP or HTTPS 注意:此字段可能返回 null,表示取不到有效值。
-
-