public class HealthStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
HealthStatus() |
HealthStatus(HealthStatus 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 |
---|---|
Long |
getCode()
Get 运行正常
|
String |
getDesc()
Get 运行正常
|
String |
getText()
Get 运行正常
|
void |
setCode(Long Code)
Set 运行正常
|
void |
setDesc(String Desc)
Set 运行正常
|
void |
setText(String Text)
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 HealthStatus()
public HealthStatus(HealthStatus source)
public Long getCode()
public void setCode(Long Code)
Code
- 运行正常public String getText()
public void setText(String Text)
Text
- 运行正常public String getDesc()
public void setDesc(String Desc)
Desc
- 运行正常Copyright © 2024. All rights reserved.