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

  private java.util.List<java.lang.String> statusCodes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "statusCodes")

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

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

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

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

  public com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch withStatusCodes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch this
        start local 1 // java.util.List statusCodes
         0: .line 68
            aload 0 /* this */
            aload 1 /* statusCodes */
            putfield com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.statusCodes:Ljava/util/List;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.util.List statusCodes
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
            0    2     1  statusCodes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
    MethodParameters:
             Name  Flags
      statusCodes  
}
SourceFile: "ApplicationGatewayProbeHealthResponseMatch.java"