Class AttachmentDef
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachmentDef
-
public class AttachmentDef extends Object
AttachmentDef
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachmentDef.AttachmentDefBuilderstatic classAttachmentDef.TypeEnumAttachment type
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description AttachmentDef()AttachmentDef(String id, AttachmentDef.TypeEnum 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()AttachmentDef.TypeEnumgetType()inthashCode()voidsetId(String id)voidsetType(AttachmentDef.TypeEnum type)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachmentDef
public AttachmentDef(String id, AttachmentDef.TypeEnum type)
-
AttachmentDef
public AttachmentDef()
-
-
Method Detail
-
builder
public static AttachmentDef.AttachmentDefBuilder builder()
-
getId
public String getId()
-
getType
public AttachmentDef.TypeEnum getType()
-
setId
public void setId(String id)
-
setType
public void setType(AttachmentDef.TypeEnum type)
-
canEqual
protected boolean canEqual(Object other)
-
-