Class IndyProofReqAttrSpec
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofReqAttrSpec
-
public class IndyProofReqAttrSpec extends Object
IndyProofReqAttrSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NAMESstatic StringSERIALIZED_NAME_NON_REVOKEDstatic StringSERIALIZED_NAME_RESTRICTIONS
-
Constructor Summary
Constructors Constructor Description IndyProofReqAttrSpec()IndyProofReqAttrSpec(String name, List<String> names, IndyProofReqAttrSpecNonRevoked nonRevoked, List<Map<String,String>> restrictions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()List<String>getNames()IndyProofReqAttrSpecNonRevokedgetNonRevoked()List<Map<String,String>>getRestrictions()inthashCode()voidsetName(String name)voidsetNames(List<String> names)voidsetNonRevoked(IndyProofReqAttrSpecNonRevoked nonRevoked)voidsetRestrictions(List<Map<String,String>> restrictions)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAMES
public static final String SERIALIZED_NAME_NAMES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NON_REVOKED
public static final String SERIALIZED_NAME_NON_REVOKED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESTRICTIONS
public static final String SERIALIZED_NAME_RESTRICTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyProofReqAttrSpec.IndyProofReqAttrSpecBuilder builder()
-
getName
public String getName()
-
getNonRevoked
public IndyProofReqAttrSpecNonRevoked getNonRevoked()
-
setName
public void setName(String name)
-
setNonRevoked
public void setNonRevoked(IndyProofReqAttrSpecNonRevoked nonRevoked)
-
canEqual
protected boolean canEqual(Object other)
-
-