Class CreateGatewayApiRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CreateGatewayApiRequest
-
public class CreateGatewayApiRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateGatewayApiRequest()CreateGatewayApiRequest(CreateGatewayApiRequest 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 ApiInfo[]getApiList()Get Api信息StringgetGroupId()Get API 分组IDString[]getProgramIdList()Get 无voidsetApiList(ApiInfo[] ApiList)Set Api信息voidsetGroupId(String GroupId)Set API 分组IDvoidsetProgramIdList(String[] ProgramIdList)Set 无voidtoMap(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
-
CreateGatewayApiRequest
public CreateGatewayApiRequest()
-
CreateGatewayApiRequest
public CreateGatewayApiRequest(CreateGatewayApiRequest 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 API 分组ID- Returns:
- GroupId API 分组ID
-
setGroupId
public void setGroupId(String GroupId)
Set API 分组ID- Parameters:
GroupId- API 分组ID
-
getApiList
public ApiInfo[] getApiList()
Get Api信息- Returns:
- ApiList Api信息
-
setApiList
public void setApiList(ApiInfo[] ApiList)
Set Api信息- Parameters:
ApiList- Api信息
-
getProgramIdList
public String[] getProgramIdList()
Get 无- Returns:
- ProgramIdList 无
-
setProgramIdList
public void setProgramIdList(String[] ProgramIdList)
Set 无- Parameters:
ProgramIdList- 无
-
-