Class Query
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.Query
-
public class Query extends Object
Query
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuery.QueryBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_QUERY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Query.QueryBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()StringgetQuery()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetQuery(String query)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUERY
public static final String SERIALIZED_NAME_QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static Query.QueryBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getQuery
public String getQuery()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setQuery
public void setQuery(String query)
-
canEqual
protected boolean canEqual(Object other)
-
-