public class CreateGatewayApiRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ApiInfo[] |
getApiList()
Get Api信息
|
String |
getGroupId()
Get API 分组ID
|
String[] |
getProgramIdList()
Get 无
|
void |
setApiList(ApiInfo[] ApiList)
Set Api信息
|
void |
setGroupId(String GroupId)
Set API 分组ID
|
void |
setProgramIdList(String[] ProgramIdList)
Set 无
|
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 CreateGatewayApiRequest()
public CreateGatewayApiRequest(CreateGatewayApiRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- API 分组IDpublic ApiInfo[] getApiList()
public void setApiList(ApiInfo[] ApiList)
ApiList
- Api信息public String[] getProgramIdList()
public void setProgramIdList(String[] ProgramIdList)
ProgramIdList
- 无Copyright © 2022. All rights reserved.