public class CreateMicroserviceRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateMicroserviceRequest() |
CreateMicroserviceRequest(CreateMicroserviceRequest 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 |
getMicroserviceDesc()
Get 微服务描述信息
|
String |
getMicroserviceName()
Get 微服务名称
|
String |
getNamespaceId()
Get 命名空间ID
|
void |
setMicroserviceDesc(String MicroserviceDesc)
Set 微服务描述信息
|
void |
setMicroserviceName(String MicroserviceName)
Set 微服务名称
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateMicroserviceRequest()
public CreateMicroserviceRequest(CreateMicroserviceRequest source)
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间IDpublic String getMicroserviceName()
public void setMicroserviceName(String MicroserviceName)
MicroserviceName
- 微服务名称public String getMicroserviceDesc()
public void setMicroserviceDesc(String MicroserviceDesc)
MicroserviceDesc
- 微服务描述信息Copyright © 2023. All rights reserved.