Class IndyPresPreview
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyPresPreview
-
public class IndyPresPreview extends Object
IndyPresPreview
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyPresPreview.IndyPresPreviewBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_ATTRIBUTESstatic StringSERIALIZED_NAME_PREDICATES
-
Constructor Summary
Constructors Constructor Description IndyPresPreview()IndyPresPreview(String atType, List<IndyPresAttrSpec> attributes, List<IndyPresPredSpec> predicates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyPresPreview.IndyPresPreviewBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<IndyPresAttrSpec>getAttributes()StringgetAtType()List<IndyPresPredSpec>getPredicates()inthashCode()voidsetAttributes(List<IndyPresAttrSpec> attributes)voidsetAtType(String atType)voidsetPredicates(List<IndyPresPredSpec> predicates)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_ATTRIBUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREDICATES
public static final String SERIALIZED_NAME_PREDICATES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyPresPreview
public IndyPresPreview(String atType, List<IndyPresAttrSpec> attributes, List<IndyPresPredSpec> predicates)
-
IndyPresPreview
public IndyPresPreview()
-
-
Method Detail
-
builder
public static IndyPresPreview.IndyPresPreviewBuilder builder()
-
getAtType
public String getAtType()
-
getAttributes
public List<IndyPresAttrSpec> getAttributes()
-
getPredicates
public List<IndyPresPredSpec> getPredicates()
-
setAtType
public void setAtType(String atType)
-
setAttributes
public void setAttributes(List<IndyPresAttrSpec> attributes)
-
setPredicates
public void setPredicates(List<IndyPresPredSpec> predicates)
-
canEqual
protected boolean canEqual(Object other)
-
-