Class IndyRequestedCredsRequestedAttr
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyRequestedCredsRequestedAttr
-
public class IndyRequestedCredsRequestedAttr extends Object
IndyRequestedCredsRequestedAttr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_IDstatic StringSERIALIZED_NAME_REVEALED
-
Constructor Summary
Constructors Constructor Description IndyRequestedCredsRequestedAttr()IndyRequestedCredsRequestedAttr(String credId, Boolean revealed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredId()BooleangetRevealed()inthashCode()voidsetCredId(String credId)voidsetRevealed(Boolean revealed)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_ID
public static final String SERIALIZED_NAME_CRED_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVEALED
public static final String SERIALIZED_NAME_REVEALED
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilder builder()
-
getCredId
public String getCredId()
-
getRevealed
public Boolean getRevealed()
-
setCredId
public void setCredId(String credId)
-
setRevealed
public void setRevealed(Boolean revealed)
-
canEqual
protected boolean canEqual(Object other)
-
-