public class Targets extends AbstractModel
header, skipSign
Constructor and Description |
---|
Targets() |
Targets(Targets 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 |
getDown()
Get Number of offline targets
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTotal()
Get The total count
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUnknown()
Get Number of unknown status
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUp()
Get Number of online targets
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDown(Long Down)
Set Number of offline targets
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotal(Long Total)
Set The total count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUnknown(Long Unknown)
Set Number of unknown status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUp(Long Up)
Set Number of online targets
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Targets()
public Targets(Targets source)
public Long getTotal()
public void setTotal(Long Total)
Total
- The total count
Note: This field may return null, indicating that no valid values can be obtained.public Long getUp()
public void setUp(Long Up)
Up
- Number of online targets
Note: This field may return null, indicating that no valid values can be obtained.public Long getDown()
public void setDown(Long Down)
Down
- Number of offline targets
Note: This field may return null, indicating that no valid values can be obtained.public Long getUnknown()
public void setUnknown(Long Unknown)
Unknown
- Number of unknown status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.