public class ForwardTKEEdgeApplicationRequestV3Request extends AbstractModel
Constructor and Description |
---|
ForwardTKEEdgeApplicationRequestV3Request() |
ForwardTKEEdgeApplicationRequestV3Request(ForwardTKEEdgeApplicationRequestV3Request 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 Data format allowed to receive the requested cluster add-on
|
String |
getClusterName()
Get Cluster name (for example, `cls-1234abcd`)
|
String |
getContentType()
Get Data format for requesting the cluster add-on
|
String |
getEncodedBody()
Get Whether to encode the request content
|
String |
getMethod()
Get Access to request the cluster add-on
|
String |
getPath()
Get Path to request the cluster add-on
|
String |
getRequestBody()
Get Data sent to request the cluster add-on
|
void |
setAccept(String Accept)
Set Data format allowed to receive the requested cluster add-on
|
void |
setClusterName(String ClusterName)
Set Cluster name (for example, `cls-1234abcd`)
|
void |
setContentType(String ContentType)
Set Data format for requesting the cluster add-on
|
void |
setEncodedBody(String EncodedBody)
Set Whether to encode the request content
|
void |
setMethod(String Method)
Set Access to request the cluster add-on
|
void |
setPath(String Path)
Set Path to request the cluster add-on
|
void |
setRequestBody(String RequestBody)
Set Data sent to request the cluster add-on
|
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 ForwardTKEEdgeApplicationRequestV3Request()
public ForwardTKEEdgeApplicationRequestV3Request(ForwardTKEEdgeApplicationRequestV3Request source)
public String getMethod()
public void setMethod(String Method)
Method
- Access to request the cluster add-onpublic String getPath()
public void setPath(String Path)
Path
- Path to request the cluster add-onpublic String getAccept()
public void setAccept(String Accept)
Accept
- Data format allowed to receive the requested cluster add-onpublic String getContentType()
public void setContentType(String ContentType)
ContentType
- Data format for requesting the cluster add-onpublic String getRequestBody()
public void setRequestBody(String RequestBody)
RequestBody
- Data sent to request the cluster add-onpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name (for example, `cls-1234abcd`)public String getEncodedBody()
public void setEncodedBody(String EncodedBody)
EncodedBody
- Whether to encode the request contentCopyright © 2023. All rights reserved.