public class DidBaseQueryReq extends Object
| 构造器和说明 |
|---|
DidBaseQueryReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getDataFilter()
* "thingId" 原始ID
* "certText" 证书文本
* "certPublicKey"证书公钥
* "didPublicKey" DID公钥
* "didExtension" DID扩展,设备/企业组织/仓库/空间的解析同thingsExtraParams
* "didUsername" DID用户名
* "ownerDid" 所有者DID
* "userDid" 使用者DID
* "thingType" 实体类型,设备/企业组织/仓库/空间等
* "thingStatus" 实体状态
* "thingModelId" 实体物模型类型
* "thingAttribute"实体属性
* "thingVersion" 实体版本
* "spacesAttached"关联空间列表
* "thingsAttached"关联实体列表(例:库位关联设备)
* "authLevel" 授权等级
* "thingServiceEndpoint" 服务列表
|
Boolean |
getOnChain()
是否从链上查询,从链上查询将返回txHash值
|
List<String> |
getThingsDidList()
需要查询的实体Did列表,同一次查询的Did须为相同类型
|
void |
setDataFilter(List<String> dataFilter)
* "thingId" 原始ID
* "certText" 证书文本
* "certPublicKey"证书公钥
* "didPublicKey" DID公钥
* "didExtension" DID扩展,设备/企业组织/仓库/空间的解析同thingsExtraParams
* "didUsername" DID用户名
* "ownerDid" 所有者DID
* "userDid" 使用者DID
* "thingType" 实体类型,设备/企业组织/仓库/空间等
* "thingStatus" 实体状态
* "thingModelId" 实体物模型类型
* "thingAttribute"实体属性
* "thingVersion" 实体版本
* "spacesAttached"关联空间列表
* "thingsAttached"关联实体列表(例:库位关联设备)
* "authLevel" 授权等级
* "thingServiceEndpoint" 服务列表
|
void |
setOnChain(Boolean onChain)
是否从链上查询,从链上查询将返回txHash值
|
void |
setThingsDidList(List<String> thingsDidList)
需要查询的实体Did列表,同一次查询的Did须为相同类型
|
public List<String> getDataFilter()
public void setDataFilter(List<String> dataFilter)
public Boolean getOnChain()
public void setOnChain(Boolean onChain)
Copyright © 2020. All Rights Reserved.