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 The network ID.
|
Long |
getCptId()
Get If you do not specify this, the ID will auto increment.
|
String |
getCptJson()
Get The JSON data of the credential claim type (CPT).
|
Long |
getGroupId()
Get The group ID.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setCptId(Long CptId)
Set If you do not specify this, the ID will auto increment.
|
void |
setCptJson(String CptJson)
Set The JSON data of the credential claim type (CPT).
|
void |
setGroupId(Long GroupId)
Set The group 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
- The group ID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public String getCptJson()
public void setCptJson(String CptJson)
CptJson
- The JSON data of the credential claim type (CPT).public Long getCptId()
public void setCptId(Long CptId)
CptId
- If you do not specify this, the ID will auto increment.Copyright © 2023. All rights reserved.