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