public class RumUvInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RumUvInfo() |
RumUvInfo(RumUvInfo 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 |
getCreateTime()
Get 创建时间
|
Long |
getProjectId()
Get 项目ID
|
String |
getUv()
Get uv访问量
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setProjectId(Long ProjectId)
Set 项目ID
|
void |
setUv(String Uv)
Set uv访问量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RumUvInfo()
public RumUvInfo(RumUvInfo source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic String getUv()
public void setUv(String Uv)
Uv
- uv访问量public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间Copyright © 2024. All rights reserved.