Class IndyPresAttrSpec
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyPresAttrSpec
-
public class IndyPresAttrSpec extends Object
IndyPresAttrSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyPresAttrSpec.IndyPresAttrSpecBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_MIME_TYPEstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_REFERENTstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description IndyPresAttrSpec()IndyPresAttrSpec(String credDefId, String mimeType, String name, String referent, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyPresAttrSpec.IndyPresAttrSpecBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredDefId()StringgetMimeType()StringgetName()StringgetReferent()StringgetValue()inthashCode()voidsetCredDefId(String credDefId)voidsetMimeType(String mimeType)voidsetName(String name)voidsetReferent(String referent)voidsetValue(String value)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MIME_TYPE
public static final String SERIALIZED_NAME_MIME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERENT
public static final String SERIALIZED_NAME_REFERENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyPresAttrSpec.IndyPresAttrSpecBuilder builder()
-
getCredDefId
public String getCredDefId()
-
getMimeType
public String getMimeType()
-
getName
public String getName()
-
getReferent
public String getReferent()
-
getValue
public String getValue()
-
setCredDefId
public void setCredDefId(String credDefId)
-
setMimeType
public void setMimeType(String mimeType)
-
setName
public void setName(String name)
-
setReferent
public void setReferent(String referent)
-
setValue
public void setValue(String value)
-
canEqual
protected boolean canEqual(Object other)
-
-