public class BackendServiceInfo extends AbstractModel
Constructor and Description |
---|
BackendServiceInfo() |
BackendServiceInfo(BackendServiceInfo 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 |
getServiceName()
Get 服务名称
|
String |
getStatus()
Get 服务状态
|
void |
setServiceName(String ServiceName)
Set 服务名称
|
void |
setStatus(String Status)
Set 服务状态
|
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 BackendServiceInfo()
public BackendServiceInfo(BackendServiceInfo source)
public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- 服务名称public String getStatus()
public void setStatus(String Status)
Status
- 服务状态Copyright © 2022. All rights reserved.