public class HttpCodeValue extends AbstractModel
Constructor and Description |
---|
HttpCodeValue() |
HttpCodeValue(HttpCodeValue 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 |
getNumbers()
Get 次数。
|
Float |
getPercentage()
Get 占比。
|
String |
getTime()
Get 时间,格式:yyyy-mm-dd HH:MM:SS。
|
void |
setNumbers(Long Numbers)
Set 次数。
|
void |
setPercentage(Float Percentage)
Set 占比。
|
void |
setTime(String Time)
Set 时间,格式:yyyy-mm-dd HH:MM:SS。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HttpCodeValue()
public HttpCodeValue(HttpCodeValue source)
public String getTime()
public void setTime(String Time)
Time
- 时间,格式:yyyy-mm-dd HH:MM:SS。public Long getNumbers()
public void setNumbers(Long Numbers)
Numbers
- 次数。public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage
- 占比。Copyright © 2021. All rights reserved.