public class com.microsoft.azure.management.cdn.EdgeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.EdgeNode
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.cdn.implementation.EdgeNodeInner inner;
    descriptor: Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.microsoft.azure.management.cdn.implementation.EdgeNodeInner);
    descriptor: (Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.EdgeNode this
        start local 1 // com.microsoft.azure.management.cdn.implementation.EdgeNodeInner inner
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* inner */
            putfield com.microsoft.azure.management.cdn.EdgeNode.inner:Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
         2: .line 29
            return
        end local 1 // com.microsoft.azure.management.cdn.implementation.EdgeNodeInner inner
        end local 0 // com.microsoft.azure.management.cdn.EdgeNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/cdn/EdgeNode;
            0    3     1  inner  Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
    MethodParameters:
       Name  Flags
      inner  

  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.cdn.EdgeNode this
         0: .line 38
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.EdgeNode.inner:Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
            invokevirtual com.microsoft.azure.management.cdn.implementation.EdgeNodeInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.EdgeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/EdgeNode;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  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.cdn.EdgeNode this
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.EdgeNode.inner:Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
            invokevirtual com.microsoft.azure.management.cdn.implementation.EdgeNodeInner.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.EdgeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/EdgeNode;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  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.cdn.EdgeNode this
         0: .line 59
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.EdgeNode.inner:Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
            invokevirtual com.microsoft.azure.management.cdn.implementation.EdgeNodeInner.type:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.EdgeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/EdgeNode;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

  public java.util.List<com.microsoft.azure.management.cdn.IpAddressGroup> ipAddressGroups();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.EdgeNode this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.EdgeNode.inner:Lcom/microsoft/azure/management/cdn/implementation/EdgeNodeInner;
            invokevirtual com.microsoft.azure.management.cdn.implementation.EdgeNodeInner.ipAddressGroups:()Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.EdgeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/EdgeNode;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/IpAddressGroup;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)
}
SourceFile: "EdgeNode.java"
InnerClasses:
  public final LangMethodType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType of com.microsoft.azure.management.apigeneration.LangMethodDefinition
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.Cdn.Fluent.Models")