Class Schema
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.Schema
-
public class Schema extends Object
Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.SchemaBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTR_NAMESstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SEQ_NOstatic StringSERIALIZED_NAME_VERstatic StringSERIALIZED_NAME_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Schema.SchemaBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getAttrNames()StringgetId()StringgetName()IntegergetSeqNo()StringgetVer()StringgetVersion()inthashCode()voidsetAttrNames(List<String> attrNames)voidsetId(String id)voidsetName(String name)voidsetSeqNo(Integer seqNo)voidsetVer(String ver)voidsetVersion(String version)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTR_NAMES
public static final String SERIALIZED_NAME_ATTR_NAMES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SEQ_NO
public static final String SERIALIZED_NAME_SEQ_NO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VER
public static final String SERIALIZED_NAME_VER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static Schema.SchemaBuilder builder()
-
getId
public String getId()
-
getName
public String getName()
-
getSeqNo
public Integer getSeqNo()
-
getVer
public String getVer()
-
getVersion
public String getVersion()
-
setId
public void setId(String id)
-
setName
public void setName(String name)
-
setSeqNo
public void setSeqNo(Integer seqNo)
-
setVer
public void setVer(String ver)
-
setVersion
public void setVersion(String version)
-
canEqual
protected boolean canEqual(Object other)
-
-