public class CptListData extends AbstractModel
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 应用名称
|
String |
getClusterId()
Get 网络ID
|
Long |
getContractAppId()
Get 合约应用ID
|
Long |
getCptId()
Get 凭证模板ID
|
String |
getCptJson()
Get 凭证模板Json
|
Long |
getCptType()
Get 模板类型,1: 系统模板,2: 用户模板,3:普通模板
|
String |
getCreateTime()
Get 创建时间
|
String |
getCreatorDid()
Get 创建者DID
|
String |
getDescription()
Get 凭证模版描述
|
Long |
getGroupId()
Get 群组ID
|
Long |
getId()
Get ID信息
|
String |
getName()
Get 模版名称
|
Long |
getServiceId()
Get 服务ID
|
String |
getUpdateTime()
Get 更新时间
|
void |
setAppName(String AppName)
Set 应用名称
|
void |
setClusterId(String ClusterId)
Set 网络ID
|
void |
setContractAppId(Long ContractAppId)
Set 合约应用ID
|
void |
setCptId(Long CptId)
Set 凭证模板ID
|
void |
setCptJson(String CptJson)
Set 凭证模板Json
|
void |
setCptType(Long CptType)
Set 模板类型,1: 系统模板,2: 用户模板,3:普通模板
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setCreatorDid(String CreatorDid)
Set 创建者DID
|
void |
setDescription(String Description)
Set 凭证模版描述
|
void |
setGroupId(Long GroupId)
Set 群组ID
|
void |
setId(Long Id)
Set ID信息
|
void |
setName(String Name)
Set 模版名称
|
void |
setServiceId(Long ServiceId)
Set 服务ID
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
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 CptListData()
public CptListData(CptListData source)
public Long getId()
public void setId(Long Id)
Id
- ID信息public String getName()
public void setName(String Name)
Name
- 模版名称public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络IDpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组IDpublic Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- 服务IDpublic Long getContractAppId()
public void setContractAppId(Long ContractAppId)
ContractAppId
- 合约应用IDpublic Long getCptId()
public void setCptId(Long CptId)
CptId
- 凭证模板IDpublic Long getCptType()
public void setCptType(Long CptType)
CptType
- 模板类型,1: 系统模板,2: 用户模板,3:普通模板public String getDescription()
public void setDescription(String Description)
Description
- 凭证模版描述public String getCptJson()
public void setCptJson(String CptJson)
CptJson
- 凭证模板Jsonpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public String getCreatorDid()
public void setCreatorDid(String CreatorDid)
CreatorDid
- 创建者DIDpublic String getAppName()
public void setAppName(String AppName)
AppName
- 应用名称Copyright © 2023. All rights reserved.