public class com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner
  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")

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

  private org.joda.time.DateTime captureStartTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "captureStartTime")

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

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

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

  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.PacketCaptureQueryStatusResultInner this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;

  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.PacketCaptureQueryStatusResultInner this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;

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

  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.PacketCaptureQueryStatusResultInner this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;

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

  public org.joda.time.DateTime captureStartTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
         0: .line 104
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.captureStartTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;

  public com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner withCaptureStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
        start local 1 // org.joda.time.DateTime captureStartTime
         0: .line 114
            aload 0 /* this */
            aload 1 /* captureStartTime */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.captureStartTime:Lorg/joda/time/DateTime;
         1: .line 115
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime captureStartTime
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
            0    2     1  captureStartTime  Lorg/joda/time/DateTime;
    MethodParameters:
                  Name  Flags
      captureStartTime  

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

  public com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner withPacketCaptureStatus(com.microsoft.azure.management.network.PcStatus);
    descriptor: (Lcom/microsoft/azure/management/network/PcStatus;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
        start local 1 // com.microsoft.azure.management.network.PcStatus packetCaptureStatus
         0: .line 134
            aload 0 /* this */
            aload 1 /* packetCaptureStatus */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.packetCaptureStatus:Lcom/microsoft/azure/management/network/PcStatus;
         1: .line 135
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.PcStatus packetCaptureStatus
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
            0    2     1  packetCaptureStatus  Lcom/microsoft/azure/management/network/PcStatus;
    MethodParameters:
                     Name  Flags
      packetCaptureStatus  

  public java.lang.String stopReason();
    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.PacketCaptureQueryStatusResultInner this
         0: .line 144
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.stopReason:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;

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

  public java.util.List<com.microsoft.azure.management.network.PcError> packetCaptureError();
    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.PacketCaptureQueryStatusResultInner this
         0: .line 164
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.packetCaptureError:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/PcError;>;

  public com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner withPacketCaptureError(java.util.List<com.microsoft.azure.management.network.PcError>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
        start local 1 // java.util.List packetCaptureError
         0: .line 174
            aload 0 /* this */
            aload 1 /* packetCaptureError */
            putfield com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner.packetCaptureError:Ljava/util/List;
         1: .line 175
            aload 0 /* this */
            areturn
        end local 1 // java.util.List packetCaptureError
        end local 0 // com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
            0    2     1  packetCaptureError  Ljava/util/List<Lcom/microsoft/azure/management/network/PcError;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/PcError;>;)Lcom/microsoft/azure/management/network/implementation/PacketCaptureQueryStatusResultInner;
    MethodParameters:
                    Name  Flags
      packetCaptureError  
}
SourceFile: "PacketCaptureQueryStatusResultInner.java"