Class GetNymRoleResponse
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.GetNymRoleResponse
-
public class GetNymRoleResponse extends Object
GetNymRoleResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNymRoleResponse.GetNymRoleResponseBuilderstatic classGetNymRoleResponse.RoleEnumLedger role
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ROLE
-
Constructor Summary
Constructors Constructor Description GetNymRoleResponse()GetNymRoleResponse(GetNymRoleResponse.RoleEnum role)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNymRoleResponse.GetNymRoleResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)GetNymRoleResponse.RoleEnumgetRole()inthashCode()voidsetRole(GetNymRoleResponse.RoleEnum role)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_ROLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetNymRoleResponse
public GetNymRoleResponse(GetNymRoleResponse.RoleEnum role)
-
GetNymRoleResponse
public GetNymRoleResponse()
-
-
Method Detail
-
builder
public static GetNymRoleResponse.GetNymRoleResponseBuilder builder()
-
getRole
public GetNymRoleResponse.RoleEnum getRole()
-
setRole
public void setRole(GetNymRoleResponse.RoleEnum role)
-
canEqual
protected boolean canEqual(Object other)
-
-