public class HttpCodeValue extends AbstractModel
header, skipSign
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 Occurrences.
|
Float |
getPercentage()
Get Proportion.
|
String |
getTime()
Get Time in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setNumbers(Long Numbers)
Set Occurrences.
|
void |
setPercentage(Float Percentage)
Set Proportion.
|
void |
setTime(String Time)
Set Time in the format of `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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HttpCodeValue()
public HttpCodeValue(HttpCodeValue source)
public String getTime()
public void setTime(String Time)
Time
- Time in the format of `yyyy-mm-dd HH:MM:SS`.public Long getNumbers()
public void setNumbers(Long Numbers)
Numbers
- Occurrences.public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage
- Proportion.Copyright © 2024. All rights reserved.