Class RawEncoded
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.RawEncoded
-
public class RawEncoded extends Object
RawEncoded
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRawEncoded.RawEncodedBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENCODEDstatic StringSERIALIZED_NAME_RAW
-
Constructor Summary
Constructors Constructor Description RawEncoded()RawEncoded(String encoded, String raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RawEncoded.RawEncodedBuilderbuilder()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
-
-