public class CommonServiceAPIRequest extends AbstractModel
Constructor and Description |
---|
CommonServiceAPIRequest() |
CommonServiceAPIRequest(CommonServiceAPIRequest 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 |
getApiRole()
Get 指定角色
|
String |
getJSONData()
Get 需要转发的云API参数,要转成JSON格式
|
String |
getService()
Get Service名,需要转发访问的接口名
|
void |
setApiRole(String ApiRole)
Set 指定角色
|
void |
setJSONData(String JSONData)
Set 需要转发的云API参数,要转成JSON格式
|
void |
setService(String Service)
Set Service名,需要转发访问的接口名
|
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 CommonServiceAPIRequest()
public CommonServiceAPIRequest(CommonServiceAPIRequest source)
public String getService()
public void setService(String Service)
Service
- Service名,需要转发访问的接口名public String getJSONData()
public void setJSONData(String JSONData)
JSONData
- 需要转发的云API参数,要转成JSON格式public String getApiRole()
public void setApiRole(String ApiRole)
ApiRole
- 指定角色Copyright © 2022. All rights reserved.