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