Class IndyAttrValue
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyAttrValue
-
public class IndyAttrValue extends Object
IndyAttrValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyAttrValue.IndyAttrValueBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENCODEDstatic StringSERIALIZED_NAME_RAW
-
Constructor Summary
Constructors Constructor Description IndyAttrValue()IndyAttrValue(String encoded, String raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyAttrValue.IndyAttrValueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEncoded()StringgetRaw()inthashCode()voidsetEncoded(String encoded)voidsetRaw(String raw)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ENCODED
public static final String SERIALIZED_NAME_ENCODED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RAW
public static final String SERIALIZED_NAME_RAW
- See Also:
- Constant Field Values
-
-