Class IndyGEProofPred.IndyGEProofPredBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyGEProofPred.IndyGEProofPredBuilder
-
- Enclosing class:
- IndyGEProofPred
public static class IndyGEProofPred.IndyGEProofPredBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyGEProofPred.IndyGEProofPredBuilderattrName(String attrName)IndyGEProofPredbuild()IndyGEProofPred.IndyGEProofPredBuilderpType(IndyGEProofPred.PTypeEnum pType)StringtoString()IndyGEProofPred.IndyGEProofPredBuildervalue(Integer value)
-
-
-
Method Detail
-
attrName
public IndyGEProofPred.IndyGEProofPredBuilder attrName(String attrName)
- Returns:
this.
-
pType
public IndyGEProofPred.IndyGEProofPredBuilder pType(IndyGEProofPred.PTypeEnum pType)
- Returns:
this.
-
value
public IndyGEProofPred.IndyGEProofPredBuilder value(Integer value)
- Returns:
this.
-
build
public IndyGEProofPred build()
-
-