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 Running normally. 
 | 
String | 
getDesc()
Get Running normally. 
 | 
String | 
getText()
Get Running normally. 
 | 
void | 
setCode(Long Code)
Set Running normally. 
 | 
void | 
setDesc(String Desc)
Set Running normally. 
 | 
void | 
setText(String Text)
Set Running normally. 
 | 
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, toJsonStringpublic HealthStatus()
public HealthStatus(HealthStatus source)
public Long getCode()
public void setCode(Long Code)
Code - Running normally.public String getText()
public void setText(String Text)
Text - Running normally.public String getDesc()
public void setDesc(String Desc)
Desc - Running normally.Copyright © 2025. All rights reserved.