Class DeleteGatewayApiRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DeleteGatewayApiRequest
-
public class DeleteGatewayApiRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getApiList()Get Api ID 数组StringgetGroupId()Get 分组IDvoidsetApiList(String[] ApiList)Set Api ID 数组voidsetGroupId(String GroupId)Set 分组IDvoidtoMap(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
-
DeleteGatewayApiRequest
public DeleteGatewayApiRequest()
-
DeleteGatewayApiRequest
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 分组ID- Returns:
- GroupId 分组ID
-
setGroupId
public void setGroupId(String GroupId)
Set 分组ID- Parameters:
GroupId- 分组ID
-
getApiList
public String[] getApiList()
Get Api ID 数组- Returns:
- ApiList Api ID 数组
-
setApiList
public void setApiList(String[] ApiList)
Set Api ID 数组- Parameters:
ApiList- Api ID 数组
-
-