public class EventLogStatsData extends AbstractModel
skipSign
Constructor and Description |
---|
EventLogStatsData() |
EventLogStatsData(EventLogStatsData 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 |
getDatetime()
Get 时间
|
Long |
getRequest()
Get 请求数
|
void |
setDatetime(String Datetime)
Set 时间
|
void |
setRequest(Long Request)
Set 请求数
|
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 EventLogStatsData()
public EventLogStatsData(EventLogStatsData source)
public String getDatetime()
public void setDatetime(String Datetime)
Datetime
- 时间public Long getRequest()
public void setRequest(Long Request)
Request
- 请求数Copyright © 2023. All rights reserved.