public class HttpCodeValue extends AbstractModel
Constructor and Description |
---|
HttpCodeValue() |
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 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 © 2020. All rights reserved.