final class com.microsoft.azure.management.resources.implementation.FeatureImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.resources.implementation.FeatureResultInner> implements com.microsoft.azure.management.resources.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.FeatureImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  void <init>(com.microsoft.azure.management.resources.implementation.FeatureResultInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.FeatureImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.FeatureResultInner innerModel
         0: .line 21
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 22
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.FeatureResultInner innerModel
        end local 0 // com.microsoft.azure.management.resources.implementation.FeatureImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/resources/implementation/FeatureImpl;
            0    2     1  innerModel  Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;
    MethodParameters:
            Name  Flags
      innerModel  

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

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

  public java.lang.String state();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.FeatureImpl this
         0: .line 36
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.FeatureResultInner
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureResultInner.properties:()Lcom/microsoft/azure/management/resources/FeatureProperties;
            ifnonnull 2
         1: .line 37
            aconst_null
            areturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.FeatureResultInner
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureResultInner.properties:()Lcom/microsoft/azure/management/resources/FeatureProperties;
            invokevirtual com.microsoft.azure.management.resources.FeatureProperties.state:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.FeatureImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/FeatureImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;Lcom/microsoft/azure/management/resources/Feature;
SourceFile: "FeatureImpl.java"