Class RumPvInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.RumPvInfo
-
public class RumPvInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 时间LonggetProjectId()Get 项目IDStringgetPv()Get pv访问量 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 时间voidsetProjectId(Long ProjectId)Set 项目IDvoidsetPv(String Pv)Set pv访问量 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RumPvInfo
public RumPvInfo()
-
RumPvInfo
public 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.
-
-
Method Detail
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getPv
public String getPv()
Get pv访问量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Pv pv访问量 注意:此字段可能返回 null,表示取不到有效值。
-
setPv
public void setPv(String Pv)
Set pv访问量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Pv- pv访问量 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 时间- Returns:
- CreateTime 时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 时间- Parameters:
CreateTime- 时间
-
-