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 Time | 
| Long | getProjectId()Get Project ID | 
| String | getPv()Get Number of PVs
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set Time | 
| void | setProjectId(Long ProjectId)Set Project ID | 
| void | setPv(String Pv)Set Number of PVs
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic RumPvInfo()
public RumPvInfo(RumPvInfo source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project IDpublic String getPv()
public void setPv(String Pv)
Pv - Number of PVs
Note: this field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - TimeCopyright © 2025. All rights reserved.