public interface io.vertx.ext.mail.MailAttachment
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.mail.MailAttachment
  super_class: java.lang.Object
{
  public static io.vertx.ext.mail.MailAttachment create();
    descriptor: ()Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new io.vertx.ext.mail.impl.MailAttachmentImpl
            dup
            invokespecial io.vertx.ext.mail.impl.MailAttachmentImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.mail.MailAttachment create(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.json.JsonObject json
         0: .line 51
            new io.vertx.ext.mail.impl.MailAttachmentImpl
            dup
            aload 0 /* json */
            invokespecial io.vertx.ext.mail.impl.MailAttachmentImpl.<init>:(Lio/vertx/core/json/JsonObject;)V
            areturn
        end local 0 // io.vertx.core.json.JsonObject json
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public static io.vertx.ext.mail.MailAttachment create(io.vertx.ext.mail.MailAttachment);
    descriptor: (Lio/vertx/ext/mail/MailAttachment;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.mail.MailAttachment other
         0: .line 59
            new io.vertx.ext.mail.impl.MailAttachmentImpl
            dup
            aload 0 /* other */
            invokespecial io.vertx.ext.mail.impl.MailAttachmentImpl.<init>:(Lio/vertx/ext/mail/MailAttachment;)V
            areturn
        end local 0 // io.vertx.ext.mail.MailAttachment other
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  other  Lio/vertx/ext/mail/MailAttachment;
    MethodParameters:
       Name  Flags
      other  

  public abstract io.vertx.core.buffer.Buffer getData();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      data  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> getStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;

  public abstract io.vertx.ext.mail.MailAttachment setStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/ext/mail/MailAttachment;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      stream  

  public abstract int getSize();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setSize(int);
    descriptor: (I)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      size  

  public abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      name  

  public abstract java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setContentType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      contentType  

  public abstract java.lang.String getDisposition();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setDisposition(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      disposition  

  public abstract java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      description  

  public abstract java.lang.String getContentId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setContentId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      contentId  

  public abstract io.vertx.ext.mail.MailAttachment addHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract io.vertx.core.MultiMap getHeaders();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.mail.MailAttachment setHeaders(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/ext/mail/MailAttachment;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      headers  

  public abstract io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MailAttachment.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()