public class CreateAllGatewayApiAsyncRequest extends AbstractModel
Constructor and Description |
---|
CreateAllGatewayApiAsyncRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get API分组ID
|
String |
getMicroserviceId()
Get 微服务ID
|
void |
setGroupId(String GroupId)
Set API分组ID
|
void |
setMicroserviceId(String MicroserviceId)
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 String getGroupId()
public void setGroupId(String GroupId)
GroupId
- API分组IDpublic String getMicroserviceId()
public void setMicroserviceId(String MicroserviceId)
MicroserviceId
- 微服务IDCopyright © 2021. All rights reserved.