Class AttachmentDef
- java.lang.Object
-
- org.hyperledger.aries.api.out_of_band.AttachmentDef
-
public class AttachmentDef extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachmentDef.AttachmentDefBuilderstatic classAttachmentDef.AttachmentType
-
Constructor Summary
Constructors Constructor Description AttachmentDef()AttachmentDef(String id, AttachmentDef.AttachmentType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachmentDef.AttachmentDefBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()e.g.AttachmentDef.AttachmentTypegetType()inthashCode()voidsetId(String id)e.g.voidsetType(AttachmentDef.AttachmentType type)StringtoString()
-
-
-
Constructor Detail
-
AttachmentDef
public AttachmentDef()
-
AttachmentDef
public AttachmentDef(String id, AttachmentDef.AttachmentType type)
-
-
Method Detail
-
builder
public static AttachmentDef.AttachmentDefBuilder builder()
-
getId
public String getId()
e.g. credential exchange id
-
getType
public AttachmentDef.AttachmentType getType()
-
setId
public void setId(String id)
e.g. credential exchange id
-
setType
public void setType(AttachmentDef.AttachmentType type)
-
canEqual
protected boolean canEqual(Object other)
-
-