Class ApplyChainMakerBatchUserCertRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.ApplyChainMakerBatchUserCertRequest
-
public class ApplyChainMakerBatchUserCertRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyChainMakerBatchUserCertRequest()ApplyChainMakerBatchUserCertRequest(ApplyChainMakerBatchUserCertRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 网络ID,可在区块链网络详情或列表中获取SignCertCsr[]getSignUserCsrList()Get 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件voidsetClusterId(String ClusterId)Set 网络ID,可在区块链网络详情或列表中获取voidsetSignUserCsrList(SignCertCsr[] SignUserCsrList)Set 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApplyChainMakerBatchUserCertRequest
public ApplyChainMakerBatchUserCertRequest()
-
ApplyChainMakerBatchUserCertRequest
public ApplyChainMakerBatchUserCertRequest(ApplyChainMakerBatchUserCertRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取- Returns:
- ClusterId 网络ID,可在区块链网络详情或列表中获取
-
setClusterId
public void setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取- Parameters:
ClusterId- 网络ID,可在区块链网络详情或列表中获取
-
getSignUserCsrList
public SignCertCsr[] getSignUserCsrList()
Get 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件- Returns:
- SignUserCsrList 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件
-
setSignUserCsrList
public void setSignUserCsrList(SignCertCsr[] SignUserCsrList)
Set 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件- Parameters:
SignUserCsrList- 证书标识和证书请求文件,可参考TBaaS证书生成相关文档生成证书请求文件
-
-