public class DeleteGatewayApiRequest extends AbstractModel
Constructor and Description |
---|
DeleteGatewayApiRequest() |
DeleteGatewayApiRequest(DeleteGatewayApiRequest 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[] |
getApiList()
Get Api ID 数组
|
String |
getGroupId()
Get 分组ID
|
void |
setApiList(String[] ApiList)
Set Api ID 数组
|
void |
setGroupId(String GroupId)
Set 分组ID
|
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 DeleteGatewayApiRequest()
public DeleteGatewayApiRequest(DeleteGatewayApiRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组IDpublic String[] getApiList()
public void setApiList(String[] ApiList)
ApiList
- Api ID 数组Copyright © 2023. All rights reserved.