public class ForwardApplicationRequestV3Request extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccept()
Get 请求集群addon后允许接收的数据格式
|
String |
getClusterName()
Get 集群名称
|
String |
getContentType()
Get 请求集群addon的数据格式
|
String |
getEncodedBody()
Get 是否编码请求内容
|
String |
getMethod()
Get 请求集群addon的访问
|
String |
getPath()
Get 请求集群addon的路径
|
String |
getRequestBody()
Get 请求集群addon的数据
|
void |
setAccept(String Accept)
Set 请求集群addon后允许接收的数据格式
|
void |
setClusterName(String ClusterName)
Set 集群名称
|
void |
setContentType(String ContentType)
Set 请求集群addon的数据格式
|
void |
setEncodedBody(String EncodedBody)
Set 是否编码请求内容
|
void |
setMethod(String Method)
Set 请求集群addon的访问
|
void |
setPath(String Path)
Set 请求集群addon的路径
|
void |
setRequestBody(String RequestBody)
Set 请求集群addon的数据
|
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 ForwardApplicationRequestV3Request()
public ForwardApplicationRequestV3Request(ForwardApplicationRequestV3Request source)
public String getMethod()
public void setMethod(String Method)
Method
- 请求集群addon的访问public String getPath()
public void setPath(String Path)
Path
- 请求集群addon的路径public String getAccept()
public void setAccept(String Accept)
Accept
- 请求集群addon后允许接收的数据格式public String getContentType()
public void setContentType(String ContentType)
ContentType
- 请求集群addon的数据格式public String getRequestBody()
public void setRequestBody(String RequestBody)
RequestBody
- 请求集群addon的数据public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称public String getEncodedBody()
public void setEncodedBody(String EncodedBody)
EncodedBody
- 是否编码请求内容Copyright © 2022. All rights reserved.