public class com.microsoft.azure.management.monitor.MetricAlertStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.MetricAlertStatus
  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 java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type")

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

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

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

  public com.microsoft.azure.management.monitor.MetricAlertStatus withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
        start local 1 // java.lang.String name
         0: .line 57
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.monitor.MetricAlertStatus.name:Ljava/lang/String;
         1: .line 58
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
            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.monitor.MetricAlertStatus this
         0: .line 67
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricAlertStatus.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricAlertStatus;

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

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

  public com.microsoft.azure.management.monitor.MetricAlertStatus withType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
        start local 1 // java.lang.String type
         0: .line 97
            aload 0 /* this */
            aload 1 /* type */
            putfield com.microsoft.azure.management.monitor.MetricAlertStatus.type:Ljava/lang/String;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String type
        end local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
            0    2     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public com.microsoft.azure.management.monitor.MetricAlertStatusProperties properties();
    descriptor: ()Lcom/microsoft/azure/management/monitor/MetricAlertStatusProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricAlertStatus.properties:Lcom/microsoft/azure/management/monitor/MetricAlertStatusProperties;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricAlertStatus;

  public com.microsoft.azure.management.monitor.MetricAlertStatus withProperties(com.microsoft.azure.management.monitor.MetricAlertStatusProperties);
    descriptor: (Lcom/microsoft/azure/management/monitor/MetricAlertStatusProperties;)Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
        start local 1 // com.microsoft.azure.management.monitor.MetricAlertStatusProperties properties
         0: .line 117
            aload 0 /* this */
            aload 1 /* properties */
            putfield com.microsoft.azure.management.monitor.MetricAlertStatus.properties:Lcom/microsoft/azure/management/monitor/MetricAlertStatusProperties;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.MetricAlertStatusProperties properties
        end local 0 // com.microsoft.azure.management.monitor.MetricAlertStatus this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/monitor/MetricAlertStatus;
            0    2     1  properties  Lcom/microsoft/azure/management/monitor/MetricAlertStatusProperties;
    MethodParameters:
            Name  Flags
      properties  
}
SourceFile: "MetricAlertStatus.java"