public class Detail extends AbstractModel
skipSign
Constructor and Description |
---|
Detail() |
Detail(Detail 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 |
getTagName()
Get Usage metric.
|
Float |
getValue()
Get Usage value.
|
Float |
getWeight()
Get Usage weight.
|
void |
setTagName(String TagName)
Set Usage metric.
|
void |
setValue(Float Value)
Set Usage value.
|
void |
setWeight(Float Weight)
Set Usage weight.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Detail()
public Detail(Detail source)
public String getTagName()
public void setTagName(String TagName)
TagName
- Usage metric.public Float getWeight()
public void setWeight(Float Weight)
Weight
- Usage weight.public Float getValue()
public void setValue(Float Value)
Value
- Usage value.Copyright © 2023. All rights reserved.