public class com.microsoft.azure.management.eventhub.CaptureDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.eventhub.CaptureDescription
  super_class: java.lang.Object
{
  private java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "enabled")

  private com.microsoft.azure.management.eventhub.EncodingCaptureDescription encoding;
    descriptor: Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "encoding")

  private java.lang.Integer intervalInSeconds;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "intervalInSeconds")

  private java.lang.Integer sizeLimitInBytes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sizeLimitInBytes")

  private com.microsoft.azure.management.eventhub.Destination destination;
    descriptor: Lcom/microsoft/azure/management/eventhub/Destination;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "destination")

  private java.lang.Boolean skipEmptyArchives;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "skipEmptyArchives")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public java.lang.Boolean enabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 65
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // java.lang.Boolean enabled
         0: .line 75
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.enabled:Ljava/lang/Boolean;
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  

  public com.microsoft.azure.management.eventhub.EncodingCaptureDescription encoding();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.encoding:Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withEncoding(com.microsoft.azure.management.eventhub.EncodingCaptureDescription);
    descriptor: (Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // com.microsoft.azure.management.eventhub.EncodingCaptureDescription encoding
         0: .line 95
            aload 0 /* this */
            aload 1 /* encoding */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.encoding:Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.eventhub.EncodingCaptureDescription encoding
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  encoding  Lcom/microsoft/azure/management/eventhub/EncodingCaptureDescription;
    MethodParameters:
          Name  Flags
      encoding  

  public java.lang.Integer intervalInSeconds();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 105
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.intervalInSeconds:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withIntervalInSeconds(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // java.lang.Integer intervalInSeconds
         0: .line 115
            aload 0 /* this */
            aload 1 /* intervalInSeconds */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.intervalInSeconds:Ljava/lang/Integer;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer intervalInSeconds
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  intervalInSeconds  Ljava/lang/Integer;
    MethodParameters:
                   Name  Flags
      intervalInSeconds  

  public java.lang.Integer sizeLimitInBytes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 125
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.sizeLimitInBytes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withSizeLimitInBytes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // java.lang.Integer sizeLimitInBytes
         0: .line 135
            aload 0 /* this */
            aload 1 /* sizeLimitInBytes */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.sizeLimitInBytes:Ljava/lang/Integer;
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer sizeLimitInBytes
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  sizeLimitInBytes  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      sizeLimitInBytes  

  public com.microsoft.azure.management.eventhub.Destination destination();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/Destination;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 145
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.destination:Lcom/microsoft/azure/management/eventhub/Destination;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withDestination(com.microsoft.azure.management.eventhub.Destination);
    descriptor: (Lcom/microsoft/azure/management/eventhub/Destination;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // com.microsoft.azure.management.eventhub.Destination destination
         0: .line 155
            aload 0 /* this */
            aload 1 /* destination */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.destination:Lcom/microsoft/azure/management/eventhub/Destination;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.eventhub.Destination destination
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  destination  Lcom/microsoft/azure/management/eventhub/Destination;
    MethodParameters:
             Name  Flags
      destination  

  public java.lang.Boolean skipEmptyArchives();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
         0: .line 165
            aload 0 /* this */
            getfield com.microsoft.azure.management.eventhub.CaptureDescription.skipEmptyArchives:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;

  public com.microsoft.azure.management.eventhub.CaptureDescription withSkipEmptyArchives(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/eventhub/CaptureDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
        start local 1 // java.lang.Boolean skipEmptyArchives
         0: .line 175
            aload 0 /* this */
            aload 1 /* skipEmptyArchives */
            putfield com.microsoft.azure.management.eventhub.CaptureDescription.skipEmptyArchives:Ljava/lang/Boolean;
         1: .line 176
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean skipEmptyArchives
        end local 0 // com.microsoft.azure.management.eventhub.CaptureDescription this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/eventhub/CaptureDescription;
            0    2     1  skipEmptyArchives  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      skipEmptyArchives  
}
SourceFile: "CaptureDescription.java"