public class AssetLoadDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssetLoadDetail() |
AssetLoadDetail(AssetLoadDetail 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 |
getDesc()
Get Description
|
String |
getMachineName()
Get Host name
|
String |
getQuuid()
Get Host QUUID
|
String |
getUuid()
Get Host UUID
|
Float |
getValue()
Get Load
|
void |
setDesc(String Desc)
Set Description
|
void |
setMachineName(String MachineName)
Set Host name
|
void |
setQuuid(String Quuid)
Set Host QUUID
|
void |
setUuid(String Uuid)
Set Host UUID
|
void |
setValue(Float Value)
Set Load
|
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 AssetLoadDetail()
public AssetLoadDetail(AssetLoadDetail source)
public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Host namepublic String getDesc()
public void setDesc(String Desc)
Desc
- Descriptionpublic Float getValue()
public void setValue(Float Value)
Value
- Loadpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUIDCopyright © 2024. All rights reserved.