public class RumPvInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RumPvInfo() |
RumPvInfo(RumPvInfo 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 |
getPv()
Get pv访问量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 时间
|
void |
setProjectId(Long ProjectId)
Set 项目ID
|
void |
setPv(String Pv)
Set pv访问量
注意:此字段可能返回 null,表示取不到有效值。
|
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 RumPvInfo()
public RumPvInfo(RumPvInfo source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic String getPv()
public void setPv(String Pv)
Pv
- pv访问量
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 时间Copyright © 2024. All rights reserved.