class com.microsoft.azure.management.monitor.implementation.MetricImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl<com.microsoft.azure.management.monitor.implementation.MetricInner> implements com.microsoft.azure.management.monitor.Metric
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.implementation.MetricImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl
{
  private com.microsoft.azure.management.monitor.LocalizableString metricName;
    descriptor: Lcom/microsoft/azure/management/monitor/LocalizableString;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.monitor.implementation.MetricInner);
    descriptor: (Lcom/microsoft/azure/management/monitor/implementation/MetricInner;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
        start local 1 // com.microsoft.azure.management.monitor.implementation.MetricInner innerObject
         0: .line 27
            aload 0 /* this */
            aload 1 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 28
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.name:()Lcom/microsoft/azure/management/monitor/implementation/LocalizableStringInner;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.microsoft.azure.management.monitor.implementation.MetricImpl com.microsoft.azure.management.monitor.implementation.MetricInner
      StackMap stack: com.microsoft.azure.management.monitor.implementation.MetricImpl
         2: new com.microsoft.azure.management.monitor.implementation.LocalizableStringImpl
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.name:()Lcom/microsoft/azure/management/monitor/implementation/LocalizableStringInner;
            invokespecial com.microsoft.azure.management.monitor.implementation.LocalizableStringImpl.<init>:(Lcom/microsoft/azure/management/monitor/implementation/LocalizableStringInner;)V
      StackMap locals: com.microsoft.azure.management.monitor.implementation.MetricImpl com.microsoft.azure.management.monitor.implementation.MetricInner
      StackMap stack: com.microsoft.azure.management.monitor.implementation.MetricImpl com.microsoft.azure.management.monitor.implementation.LocalizableStringImpl
         3: putfield com.microsoft.azure.management.monitor.implementation.MetricImpl.metricName:Lcom/microsoft/azure/management/monitor/LocalizableString;
         4: .line 29
            return
        end local 1 // com.microsoft.azure.management.monitor.implementation.MetricInner innerObject
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/monitor/implementation/MetricImpl;
            0    5     1  innerObject  Lcom/microsoft/azure/management/monitor/implementation/MetricInner;
    MethodParameters:
             Name  Flags
      innerObject  

  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.implementation.MetricImpl this
         0: .line 33
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricImpl;

  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.implementation.MetricImpl this
         0: .line 38
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.type:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricImpl;

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

  public com.microsoft.azure.management.monitor.Unit unit();
    descriptor: ()Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
         0: .line 48
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.unit:()Lcom/microsoft/azure/management/monitor/Unit;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricImpl;

  public java.util.List<com.microsoft.azure.management.monitor.TimeSeriesElement> timeseries();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
         0: .line 53
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.MetricInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricInner.timeseries:()Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricImpl;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/monitor/TimeSeriesElement;>;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<Lcom/microsoft/azure/management/monitor/implementation/MetricInner;>;Lcom/microsoft/azure/management/monitor/Metric;
SourceFile: "MetricImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.Monitor.Fluent.Models")