public class BQL extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BQL.Relationship
function:BQL 条件关系枚举
datetime:2020-03-18 13:07
author:xiaoming
|
| 构造器和说明 |
|---|
BQL()
构建一个BlockChain Query Langage对象
|
BQL(String jsonStr)
Json string to a BQL object
|
| 限定符和类型 | 方法和说明 |
|---|---|
Condition |
getCondition() |
Integer |
getPage() |
Condition |
newCondition() |
void |
setCondition(Condition condition) |
void |
setPage(Integer page) |
String |
toJSONString() |
public BQL()
public BQL(String jsonStr)
jsonStr - Copyright © 2020. All Rights Reserved.