class com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl<com.microsoft.azure.management.monitor.implementation.ResponseInner> implements com.microsoft.azure.management.monitor.MetricCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl
{
  void <init>(com.microsoft.azure.management.monitor.implementation.ResponseInner);
    descriptor: (Lcom/microsoft/azure/management/monitor/implementation/ResponseInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
        start local 1 // com.microsoft.azure.management.monitor.implementation.ResponseInner 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
            return
        end local 1 // com.microsoft.azure.management.monitor.implementation.ResponseInner innerObject
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/monitor/implementation/MetricCollectionImpl;
            0    2     1  innerObject  Lcom/microsoft/azure/management/monitor/implementation/ResponseInner;
    MethodParameters:
             Name  Flags
      innerObject  

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

  public java.lang.String resourceRegion();
    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.MetricCollectionImpl this
         0: .line 37
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.ResponseInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.ResponseInner.resourceregion:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricCollectionImpl;

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

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

  public org.joda.time.Period interval();
    descriptor: ()Lorg/joda/time/Period;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.ResponseInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.ResponseInner.interval:()Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricCollectionImpl;

  public java.util.List<com.microsoft.azure.management.monitor.Metric> metrics();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.monitor.implementation.ResponseInner
            invokevirtual com.microsoft.azure.management.monitor.implementation.ResponseInner.value:()Ljava/util/List;
            new com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl$1.<init>:(Lcom/microsoft/azure/management/monitor/implementation/MetricCollectionImpl;)V
            invokestatic com.google.common.collect.Lists.transform:(Ljava/util/List;Lcom/google/common/base/Function;)Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/MetricCollectionImpl;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/monitor/Metric;>;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<Lcom/microsoft/azure/management/monitor/implementation/ResponseInner;>;Lcom/microsoft/azure/management/monitor/MetricCollection;
SourceFile: "MetricCollectionImpl.java"
NestMembers:
  com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl$1
InnerClasses:
  com.microsoft.azure.management.monitor.implementation.MetricCollectionImpl$1
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.Monitor.Fluent.Models")