public class RegisterCptRequest extends AbstractModel
Constructor and Description |
---|
RegisterCptRequest() |
RegisterCptRequest(RegisterCptRequest 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 |
getClusterId()
Get 网络ID
|
Long |
getCptId()
Get cptId 不填默认自增
|
String |
getCptJson()
Get CptJson的具体信息
|
Long |
getGroupId()
Get 群组ID
|
void |
setClusterId(String ClusterId)
Set 网络ID
|
void |
setCptId(Long CptId)
Set cptId 不填默认自增
|
void |
setCptJson(String CptJson)
Set CptJson的具体信息
|
void |
setGroupId(Long GroupId)
Set 群组ID
|
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, toJsonString
public RegisterCptRequest()
public RegisterCptRequest(RegisterCptRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组IDpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络IDpublic String getCptJson()
public void setCptJson(String CptJson)
CptJson
- CptJson的具体信息public Long getCptId()
public void setCptId(Long CptId)
CptId
- cptId 不填默认自增Copyright © 2022. All rights reserved.