public class CreateApiGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateApiGroupRequest() |
CreateApiGroupRequest(CreateApiGroupRequest 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 |
getAuthType()
Get 鉴权类型。secret: 密钥鉴权; none:无鉴权
|
String |
getDescription()
Get 备注
|
String |
getGatewayInstanceId()
Get 网关实体ID
|
String |
getGroupContext()
Get 分组上下文
|
String |
getGroupName()
Get 分组名称, 不能包含中文
|
String |
getGroupType()
Get 分组类型,默认ms。 ms: 微服务分组; external:外部Api分组
|
void |
setAuthType(String AuthType)
Set 鉴权类型。secret: 密钥鉴权; none:无鉴权
|
void |
setDescription(String Description)
Set 备注
|
void |
setGatewayInstanceId(String GatewayInstanceId)
Set 网关实体ID
|
void |
setGroupContext(String GroupContext)
Set 分组上下文
|
void |
setGroupName(String GroupName)
Set 分组名称, 不能包含中文
|
void |
setGroupType(String GroupType)
Set 分组类型,默认ms。 ms: 微服务分组; external:外部Api分组
|
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 CreateApiGroupRequest()
public CreateApiGroupRequest(CreateApiGroupRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 分组名称, 不能包含中文public String getGroupContext()
public void setGroupContext(String GroupContext)
GroupContext
- 分组上下文public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- 鉴权类型。secret: 密钥鉴权; none:无鉴权public String getDescription()
public void setDescription(String Description)
Description
- 备注public String getGroupType()
public void setGroupType(String GroupType)
GroupType
- 分组类型,默认ms。 ms: 微服务分组; external:外部Api分组public String getGatewayInstanceId()
public void setGatewayInstanceId(String GatewayInstanceId)
GatewayInstanceId
- 网关实体IDCopyright © 2022. All rights reserved.