Class SchemaGetResult
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.SchemaGetResult
-
public class SchemaGetResult extends Object
SchemaGetResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaGetResult.SchemaGetResultBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SCHEMA
-
Constructor Summary
Constructors Constructor Description SchemaGetResult()SchemaGetResult(Schema schema)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaGetResult.SchemaGetResultBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SchemagetSchema()inthashCode()voidsetSchema(Schema schema)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SCHEMA
public static final String SERIALIZED_NAME_SCHEMA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SchemaGetResult
public SchemaGetResult(Schema schema)
-
SchemaGetResult
public SchemaGetResult()
-
-
Method Detail
-
builder
public static SchemaGetResult.SchemaGetResultBuilder builder()
-
getSchema
public Schema getSchema()
-
setSchema
public void setSchema(Schema schema)
-
canEqual
protected boolean canEqual(Object other)
-
-