Class ForwardApplicationRequestV3Request
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ForwardApplicationRequestV3Request
-
public class ForwardApplicationRequestV3Request extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ForwardApplicationRequestV3Request()ForwardApplicationRequestV3Request(ForwardApplicationRequestV3Request 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccept()Get 请求集群addon后允许接收的数据格式StringgetClusterName()Get 集群名称StringgetContentType()Get 请求集群addon的数据格式StringgetEncodedBody()Get 是否编码请求内容StringgetMethod()Get 请求集群addon的访问StringgetPath()Get 请求集群addon的路径StringgetRequestBody()Get 请求集群addon的数据voidsetAccept(String Accept)Set 请求集群addon后允许接收的数据格式voidsetClusterName(String ClusterName)Set 集群名称voidsetContentType(String ContentType)Set 请求集群addon的数据格式voidsetEncodedBody(String EncodedBody)Set 是否编码请求内容voidsetMethod(String Method)Set 请求集群addon的访问voidsetPath(String Path)Set 请求集群addon的路径voidsetRequestBody(String RequestBody)Set 请求集群addon的数据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
-
ForwardApplicationRequestV3Request
public ForwardApplicationRequestV3Request()
-
ForwardApplicationRequestV3Request
public ForwardApplicationRequestV3Request(ForwardApplicationRequestV3Request 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
-
getMethod
public String getMethod()
Get 请求集群addon的访问- Returns:
- Method 请求集群addon的访问
-
setMethod
public void setMethod(String Method)
Set 请求集群addon的访问- Parameters:
Method- 请求集群addon的访问
-
getPath
public String getPath()
Get 请求集群addon的路径- Returns:
- Path 请求集群addon的路径
-
setPath
public void setPath(String Path)
Set 请求集群addon的路径- Parameters:
Path- 请求集群addon的路径
-
getAccept
public String getAccept()
Get 请求集群addon后允许接收的数据格式- Returns:
- Accept 请求集群addon后允许接收的数据格式
-
setAccept
public void setAccept(String Accept)
Set 请求集群addon后允许接收的数据格式- Parameters:
Accept- 请求集群addon后允许接收的数据格式
-
getContentType
public String getContentType()
Get 请求集群addon的数据格式- Returns:
- ContentType 请求集群addon的数据格式
-
setContentType
public void setContentType(String ContentType)
Set 请求集群addon的数据格式- Parameters:
ContentType- 请求集群addon的数据格式
-
getRequestBody
public String getRequestBody()
Get 请求集群addon的数据- Returns:
- RequestBody 请求集群addon的数据
-
setRequestBody
public void setRequestBody(String RequestBody)
Set 请求集群addon的数据- Parameters:
RequestBody- 请求集群addon的数据
-
getClusterName
public String getClusterName()
Get 集群名称- Returns:
- ClusterName 集群名称
-
setClusterName
public void setClusterName(String ClusterName)
Set 集群名称- Parameters:
ClusterName- 集群名称
-
getEncodedBody
public String getEncodedBody()
Get 是否编码请求内容- Returns:
- EncodedBody 是否编码请求内容
-
setEncodedBody
public void setEncodedBody(String EncodedBody)
Set 是否编码请求内容- Parameters:
EncodedBody- 是否编码请求内容
-
-