Class PresentationRequest.IndyRequestedCredsRequestedAttr
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentationRequest.IndyRequestedCredsRequestedAttr
-
- Enclosing class:
- PresentationRequest
public static final class PresentationRequest.IndyRequestedCredsRequestedAttr extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentationRequest.IndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentationRequest.IndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilderbuilder()booleanequals(Object o)StringgetCredId()BooleangetRevealed()IntegergetTimestamp()inthashCode()voidsetCredId(String credId)voidsetRevealed(Boolean revealed)voidsetTimestamp(Integer timestamp)StringtoString()
-
-
-
Method Detail
-
builder
public static PresentationRequest.IndyRequestedCredsRequestedAttr.IndyRequestedCredsRequestedAttrBuilder builder()
-
getRevealed
public Boolean getRevealed()
-
getCredId
public String getCredId()
-
getTimestamp
public Integer getTimestamp()
-
setRevealed
public void setRevealed(Boolean revealed)
-
setCredId
public void setCredId(String credId)
-
setTimestamp
public void setTimestamp(Integer timestamp)
-
-