Class IndyProofRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofRequest
-
public class IndyProofRequest extends Object
IndyProofRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofRequest.IndyProofRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NON_REVOKEDstatic StringSERIALIZED_NAME_NONCEstatic StringSERIALIZED_NAME_REQUESTED_ATTRIBUTESstatic StringSERIALIZED_NAME_REQUESTED_PREDICATESstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description IndyProofRequest()IndyProofRequest(String name, IndyProofRequestNonRevoked nonRevoked, String nonce, Map<String,IndyProofReqAttrSpec> requestedAttributes, Map<String,IndyProofReqPredSpec> requestedPredicates, String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofRequest.IndyProofRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetNonce()IndyProofRequestNonRevokedgetNonRevoked()Map<String,IndyProofReqAttrSpec>getRequestedAttributes()Map<String,IndyProofReqPredSpec>getRequestedPredicates()StringgetVersion()inthashCode()voidsetName(String name)voidsetNonce(String nonce)voidsetNonRevoked(IndyProofRequestNonRevoked nonRevoked)voidsetRequestedAttributes(Map<String,IndyProofReqAttrSpec> requestedAttributes)voidsetRequestedPredicates(Map<String,IndyProofReqPredSpec> requestedPredicates)voidsetVersion(String version)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NON_REVOKED
public static final String SERIALIZED_NAME_NON_REVOKED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NONCE
public static final String SERIALIZED_NAME_NONCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUESTED_ATTRIBUTES
public static final String SERIALIZED_NAME_REQUESTED_ATTRIBUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUESTED_PREDICATES
public static final String SERIALIZED_NAME_REQUESTED_PREDICATES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProofRequest
public IndyProofRequest(String name, IndyProofRequestNonRevoked nonRevoked, String nonce, Map<String,IndyProofReqAttrSpec> requestedAttributes, Map<String,IndyProofReqPredSpec> requestedPredicates, String version)
-
IndyProofRequest
public IndyProofRequest()
-
-
Method Detail
-
builder
public static IndyProofRequest.IndyProofRequestBuilder builder()
-
getName
public String getName()
-
getNonRevoked
public IndyProofRequestNonRevoked getNonRevoked()
-
getNonce
public String getNonce()
-
getRequestedAttributes
public Map<String,IndyProofReqAttrSpec> getRequestedAttributes()
-
getRequestedPredicates
public Map<String,IndyProofReqPredSpec> getRequestedPredicates()
-
getVersion
public String getVersion()
-
setName
public void setName(String name)
-
setNonRevoked
public void setNonRevoked(IndyProofRequestNonRevoked nonRevoked)
-
setNonce
public void setNonce(String nonce)
-
setRequestedAttributes
public void setRequestedAttributes(Map<String,IndyProofReqAttrSpec> requestedAttributes)
-
setRequestedPredicates
public void setRequestedPredicates(Map<String,IndyProofReqPredSpec> requestedPredicates)
-
setVersion
public void setVersion(String version)
-
canEqual
protected boolean canEqual(Object other)
-
-