public class com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.PacketCaptureResultInner
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String target;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.target", required = true)

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

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

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

  private com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation;
    descriptor: Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.storageLocation", required = true)

  private java.util.List<com.microsoft.azure.management.network.PacketCaptureFilter> filters;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/PacketCaptureFilter;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.filters")

  private com.microsoft.azure.management.network.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 99
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;

  public java.lang.String etag();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 108
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;

  public java.lang.String target();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 117
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.target:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withTarget(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // java.lang.String target
         0: .line 127
            aload 0 /* this */
            aload 1 /* target */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.target:Ljava/lang/String;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String target
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  target  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      target  

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

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withBytesToCapturePerPacket(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // java.lang.Integer bytesToCapturePerPacket
         0: .line 147
            aload 0 /* this */
            aload 1 /* bytesToCapturePerPacket */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.bytesToCapturePerPacket:Ljava/lang/Integer;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer bytesToCapturePerPacket
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  bytesToCapturePerPacket  Ljava/lang/Integer;
    MethodParameters:
                         Name  Flags
      bytesToCapturePerPacket  

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

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withTotalBytesPerSession(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // java.lang.Integer totalBytesPerSession
         0: .line 167
            aload 0 /* this */
            aload 1 /* totalBytesPerSession */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.totalBytesPerSession:Ljava/lang/Integer;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer totalBytesPerSession
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  totalBytesPerSession  Ljava/lang/Integer;
    MethodParameters:
                      Name  Flags
      totalBytesPerSession  

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

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withTimeLimitInSeconds(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // java.lang.Integer timeLimitInSeconds
         0: .line 187
            aload 0 /* this */
            aload 1 /* timeLimitInSeconds */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.timeLimitInSeconds:Ljava/lang/Integer;
         1: .line 188
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer timeLimitInSeconds
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  timeLimitInSeconds  Ljava/lang/Integer;
    MethodParameters:
                    Name  Flags
      timeLimitInSeconds  

  public com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation();
    descriptor: ()Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 197
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.storageLocation:Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withStorageLocation(com.microsoft.azure.management.network.PacketCaptureStorageLocation);
    descriptor: (Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
         0: .line 207
            aload 0 /* this */
            aload 1 /* storageLocation */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.storageLocation:Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
         1: .line 208
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.PacketCaptureStorageLocation storageLocation
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  storageLocation  Lcom/microsoft/azure/management/network/PacketCaptureStorageLocation;
    MethodParameters:
                 Name  Flags
      storageLocation  

  public java.util.List<com.microsoft.azure.management.network.PacketCaptureFilter> filters();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 217
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.filters:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/PacketCaptureFilter;>;

  public com.microsoft.azure.management.network.implementation.PacketCaptureResultInner withFilters(java.util.List<com.microsoft.azure.management.network.PacketCaptureFilter>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
        start local 1 // java.util.List filters
         0: .line 227
            aload 0 /* this */
            aload 1 /* filters */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.filters:Ljava/util/List;
         1: .line 228
            aload 0 /* this */
            areturn
        end local 1 // java.util.List filters
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
            0    2     1  filters  Ljava/util/List<Lcom/microsoft/azure/management/network/PacketCaptureFilter;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/PacketCaptureFilter;>;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
    MethodParameters:
         Name  Flags
      filters  

  public com.microsoft.azure.management.network.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
         0: .line 237
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureResultInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureResultInner;
}
SourceFile: "PacketCaptureResultInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()