public class ModifyApplicationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyApplicationRequest() |
ModifyApplicationRequest(ModifyApplicationRequest 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 |
getApplicationDesc()
Get 应用备注
|
String |
getApplicationId()
Get 应用ID
|
String |
getApplicationName()
Get 应用名称
|
String |
getApplicationRemarkName()
Get 应用备注名
|
String |
getFrameworkType()
Get 应用开发框架
|
String |
getMicroserviceType()
Get 应用的微服务类型
|
ServiceConfig[] |
getServiceConfigList()
Get 服务配置信息列表
|
ServiceGovernanceConfig |
getServiceGovernanceConfig()
Get 注册配置治理信息
|
void |
setApplicationDesc(String ApplicationDesc)
Set 应用备注
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
void |
setApplicationName(String ApplicationName)
Set 应用名称
|
void |
setApplicationRemarkName(String ApplicationRemarkName)
Set 应用备注名
|
void |
setFrameworkType(String FrameworkType)
Set 应用开发框架
|
void |
setMicroserviceType(String MicroserviceType)
Set 应用的微服务类型
|
void |
setServiceConfigList(ServiceConfig[] ServiceConfigList)
Set 服务配置信息列表
|
void |
setServiceGovernanceConfig(ServiceGovernanceConfig ServiceGovernanceConfig)
Set 注册配置治理信息
|
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 ModifyApplicationRequest()
public ModifyApplicationRequest(ModifyApplicationRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- 应用名称public String getApplicationDesc()
public void setApplicationDesc(String ApplicationDesc)
ApplicationDesc
- 应用备注public String getApplicationRemarkName()
public void setApplicationRemarkName(String ApplicationRemarkName)
ApplicationRemarkName
- 应用备注名public ServiceConfig[] getServiceConfigList()
public void setServiceConfigList(ServiceConfig[] ServiceConfigList)
ServiceConfigList
- 服务配置信息列表public String getMicroserviceType()
public void setMicroserviceType(String MicroserviceType)
MicroserviceType
- 应用的微服务类型public ServiceGovernanceConfig getServiceGovernanceConfig()
public void setServiceGovernanceConfig(ServiceGovernanceConfig ServiceGovernanceConfig)
ServiceGovernanceConfig
- 注册配置治理信息public String getFrameworkType()
public void setFrameworkType(String FrameworkType)
FrameworkType
- 应用开发框架Copyright © 2025. All rights reserved.