Class TAAResult
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.TAAResult
-
public class TAAResult extends Object
TAAResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTAAResult.TAAResultBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RESULT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TAAResult.TAAResultBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)TAAInfogetResult()inthashCode()voidsetResult(TAAInfo result)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RESULT
public static final String SERIALIZED_NAME_RESULT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TAAResult
public TAAResult(TAAInfo result)
-
TAAResult
public TAAResult()
-
-
Method Detail
-
builder
public static TAAResult.TAAResultBuilder builder()
-
getResult
public TAAInfo getResult()
-
setResult
public void setResult(TAAInfo result)
-
canEqual
protected boolean canEqual(Object other)
-
-