public class CptListData extends AbstractModel
header, skipSign
Constructor and Description |
---|
CptListData() |
CptListData(CptListData 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 |
getAppName()
Get The application name.
|
String |
getClusterId()
Get The network ID.
|
Long |
getContractAppId()
Get The application ID of the contract.
|
Long |
getCptId()
Get The claim protocol type (CPT) ID.
|
String |
getCptJson()
Get The JSON file of the claim protocol type (CPT).
|
Long |
getCptType()
Get The type.
|
String |
getCreateTime()
Get The creation time.
|
String |
getCreatorDid()
Get The DID of the creator.
|
String |
getDescription()
Get The description of the claim protocol type (CPT).
|
Long |
getGroupId()
Get The group ID.
|
Long |
getId()
Get The CPT ID.
|
String |
getName()
Get The name of the claim protocol type (CPT).
|
Long |
getServiceId()
Get The service ID.
|
String |
getUpdateTime()
Get The last updated time.
|
void |
setAppName(String AppName)
Set The application name.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setContractAppId(Long ContractAppId)
Set The application ID of the contract.
|
void |
setCptId(Long CptId)
Set The claim protocol type (CPT) ID.
|
void |
setCptJson(String CptJson)
Set The JSON file of the claim protocol type (CPT).
|
void |
setCptType(Long CptType)
Set The type.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setCreatorDid(String CreatorDid)
Set The DID of the creator.
|
void |
setDescription(String Description)
Set The description of the claim protocol type (CPT).
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setId(Long Id)
Set The CPT ID.
|
void |
setName(String Name)
Set The name of the claim protocol type (CPT).
|
void |
setServiceId(Long ServiceId)
Set The service ID.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CptListData()
public CptListData(CptListData source)
public Long getId()
public void setId(Long Id)
Id
- The CPT ID.public String getName()
public void setName(String Name)
Name
- The name of the claim protocol type (CPT).public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- The service ID.public Long getContractAppId()
public void setContractAppId(Long ContractAppId)
ContractAppId
- The application ID of the contract.public Long getCptId()
public void setCptId(Long CptId)
CptId
- The claim protocol type (CPT) ID.public Long getCptType()
public void setCptType(Long CptType)
CptType
- The type. `1`: System CPTs; `2`: Authorization CPTs; `3`: General CPTspublic String getDescription()
public void setDescription(String Description)
Description
- The description of the claim protocol type (CPT).public String getCptJson()
public void setCptJson(String CptJson)
CptJson
- The JSON file of the claim protocol type (CPT).public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The last updated time.public String getCreatorDid()
public void setCreatorDid(String CreatorDid)
CreatorDid
- The DID of the creator.public String getAppName()
public void setAppName(String AppName)
AppName
- The application name.Copyright © 2024. All rights reserved.