Class IndyPresSpec
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyPresSpec
-
public class IndyPresSpec extends Object
IndyPresSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyPresSpec.IndyPresSpecBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_REQUESTED_ATTRIBUTESstatic StringSERIALIZED_NAME_REQUESTED_PREDICATESstatic StringSERIALIZED_NAME_SELF_ATTESTED_ATTRIBUTESstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description IndyPresSpec()IndyPresSpec(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes, Map<String,IndyRequestedCredsRequestedPred> requestedPredicates, Map<String,String> selfAttestedAttributes, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyPresSpec.IndyPresSpecBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,IndyRequestedCredsRequestedAttr>getRequestedAttributes()Map<String,IndyRequestedCredsRequestedPred>getRequestedPredicates()Map<String,String>getSelfAttestedAttributes()BooleangetTrace()inthashCode()voidsetRequestedAttributes(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes)voidsetRequestedPredicates(Map<String,IndyRequestedCredsRequestedPred> requestedPredicates)voidsetSelfAttestedAttributes(Map<String,String> selfAttestedAttributes)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
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_SELF_ATTESTED_ATTRIBUTES
public static final String SERIALIZED_NAME_SELF_ATTESTED_ATTRIBUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyPresSpec
public IndyPresSpec(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes, Map<String,IndyRequestedCredsRequestedPred> requestedPredicates, Map<String,String> selfAttestedAttributes, Boolean trace)
-
IndyPresSpec
public IndyPresSpec()
-
-
Method Detail
-
builder
public static IndyPresSpec.IndyPresSpecBuilder builder()
-
getRequestedAttributes
public Map<String,IndyRequestedCredsRequestedAttr> getRequestedAttributes()
-
getRequestedPredicates
public Map<String,IndyRequestedCredsRequestedPred> getRequestedPredicates()
-
getTrace
public Boolean getTrace()
-
setRequestedAttributes
public void setRequestedAttributes(Map<String,IndyRequestedCredsRequestedAttr> requestedAttributes)
-
setRequestedPredicates
public void setRequestedPredicates(Map<String,IndyRequestedCredsRequestedPred> requestedPredicates)
-
setSelfAttestedAttributes
public void setSelfAttestedAttributes(Map<String,String> selfAttestedAttributes)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-