public class CreateAllGatewayApiAsyncRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAllGatewayApiAsyncRequest() |
CreateAllGatewayApiAsyncRequest(CreateAllGatewayApiAsyncRequest 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 |
---|---|
String |
getGroupId()
Get API分组ID
|
String |
getMicroserviceId()
Get 微服务ID
|
String |
getNamespaceId()
Get 命名空间ID
|
void |
setGroupId(String GroupId)
Set API分组ID
|
void |
setMicroserviceId(String MicroserviceId)
Set 微服务ID
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAllGatewayApiAsyncRequest()
public CreateAllGatewayApiAsyncRequest(CreateAllGatewayApiAsyncRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- API分组IDpublic String getMicroserviceId()
public void setMicroserviceId(String MicroserviceId)
MicroserviceId
- 微服务IDpublic String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间IDCopyright © 2024. All rights reserved.