public class RumUvInfo extends AbstractModel
| 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 Creation time | 
| Long | getProjectId()Get Project ID | 
| String | getUv()Get Number of UVs | 
| void | setCreateTime(String CreateTime)Set Creation time | 
| void | setProjectId(Long ProjectId)Set Project ID | 
| void | setUv(String Uv)Set Number of UVs | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RumUvInfo()
public RumUvInfo(RumUvInfo source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project IDpublic String getUv()
public void setUv(String Uv)
Uv - Number of UVspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timeCopyright © 2022. All rights reserved.