class com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl<com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl, com.microsoft.azure.management.cdn.CdnEndpoint, com.microsoft.azure.management.cdn.implementation.EndpointInner, com.microsoft.azure.management.cdn.implementation.CdnProfileImpl, com.microsoft.azure.management.cdn.CdnProfile>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl
{
  void <init>(com.microsoft.azure.management.cdn.implementation.CdnProfileImpl);
    descriptor: (Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl parent
         0: .line 35
            aload 0 /* this */
            aload 1 /* parent */
            aload 1 /* parent */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.taskGroup:()Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            ldc "Endpoint"
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.ExternalChildResourcesCachedImpl.<init>:(Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;Ljava/lang/String;)V
         1: .line 36
            aload 1 /* parent */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.id:()Ljava/lang/String;
            ifnull 3
         2: .line 37
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.cacheCollection:()V
         3: .line 39
      StackMap locals: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
      StackMap stack:
            return
        end local 1 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl parent
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    4     1  parent  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    MethodParameters:
        Name  Flags
      parent  

  java.util.Map<java.lang.String, com.microsoft.azure.management.cdn.CdnEndpoint> endpointsAsMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
         0: .line 45
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.Map result
         1: .line 46
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.collection:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 47
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl
            astore 4 /* endpoint */
        start local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         4: .line 48
            aload 1 /* result */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 4 /* endpoint */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 2 // java.util.Map$Entry entry
         5: .line 46
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 50
            aload 1 /* result */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 1 // java.util.Map result
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            1    7     1    result  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnEndpoint;>;
            3    5     2     entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;>;
            4    5     4  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnEndpoint;>;

  public void remove(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String name
         0: .line 59
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.prepareInlineRemove:(Ljava/lang/String;)V
         1: .line 60
            return
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void addEndpoint(com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl);
    descriptor: (Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         0: .line 68
            aload 0 /* this */
            aload 1 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.addChildResource:(Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;)V
         1: .line 69
            return
        end local 1 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    2     1  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
          Name  Flags
      endpoint  

  protected java.util.List<com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl> listChildResources();
    descriptor: ()Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
         0: .line 73
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* childResources */
        start local 1 // java.util.List childResources
         1: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
         2: .line 76
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
         3: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
         4: .line 75
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.listByProfile:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.PagedList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 16
      StackMap locals: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.EndpointInner
            astore 2 /* innerEndpoint */
        start local 2 // com.microsoft.azure.management.cdn.implementation.EndpointInner innerEndpoint
         6: .line 78
            new com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl
            dup
            aload 2 /* innerEndpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointInner.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            aload 2 /* innerEndpoint */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;Lcom/microsoft/azure/management/cdn/implementation/EndpointInner;)V
            astore 4 /* endpointResource */
        start local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpointResource
         7: .line 79
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.customDomains:()Lcom/microsoft/azure/management/cdn/implementation/CustomDomainsInner;
         8: .line 80
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
         9: .line 81
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
        10: .line 82
            aload 2 /* innerEndpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointInner.name:()Ljava/lang/String;
        11: .line 79
            invokevirtual com.microsoft.azure.management.cdn.implementation.CustomDomainsInner.listByEndpoint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.PagedList.iterator:()Ljava/util/Iterator;
            astore 6
            goto 14
      StackMap locals: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl java.util.List com.microsoft.azure.management.cdn.implementation.EndpointInner java.util.Iterator com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl top java.util.Iterator
      StackMap stack:
        12: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CustomDomainInner
            astore 5 /* customDomain */
        start local 5 // com.microsoft.azure.management.cdn.implementation.CustomDomainInner customDomain
        13: .line 83
            aload 4 /* endpointResource */
            aload 5 /* customDomain */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CustomDomainInner.hostName:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.withCustomDomain:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            pop
        end local 5 // com.microsoft.azure.management.cdn.implementation.CustomDomainInner customDomain
        14: .line 79
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        15: .line 85
            aload 1 /* childResources */
            aload 4 /* endpointResource */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpointResource
        end local 2 // com.microsoft.azure.management.cdn.implementation.EndpointInner innerEndpoint
        16: .line 75
      StackMap locals: com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        17: .line 87
            aload 1 /* childResources */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List childResources
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            1   18     1    childResources  Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;>;
            6   16     2     innerEndpoint  Lcom/microsoft/azure/management/cdn/implementation/EndpointInner;
            7   16     4  endpointResource  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
           13   14     5      customDomain  Lcom/microsoft/azure/management/cdn/implementation/CustomDomainInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;>;

  protected com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl newChildResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String name
         0: .line 92
            new com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl
            dup
            aload 1 /* name */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            new com.microsoft.azure.management.cdn.implementation.EndpointInner
            dup
            invokespecial com.microsoft.azure.management.cdn.implementation.EndpointInner.<init>:()V
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;Lcom/microsoft/azure/management/cdn/implementation/EndpointInner;)V
            astore 2 /* endpoint */
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         1: .line 93
            aload 2 /* endpoint */
            areturn
        end local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    2     1      name  Ljava/lang/String;
            1    2     2  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.lang.String originName
        start local 3 // java.lang.String endpointOriginHostname
         0: .line 97
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            astore 4 /* endpoint */
        start local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         1: .line 98
            aload 4 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.EndpointInner
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointInner.origins:()Ljava/util/List;
         2: .line 99
            new com.microsoft.azure.management.cdn.DeepCreatedOrigin
            dup
            invokespecial com.microsoft.azure.management.cdn.DeepCreatedOrigin.<init>:()V
         3: .line 100
            aload 2 /* originName */
            invokevirtual com.microsoft.azure.management.cdn.DeepCreatedOrigin.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/DeepCreatedOrigin;
         4: .line 101
            aload 3 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.DeepCreatedOrigin.withHostName:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/DeepCreatedOrigin;
         5: .line 98
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 102
            aload 4 /* endpoint */
            areturn
        end local 4 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 3 // java.lang.String endpointOriginHostname
        end local 2 // java.lang.String originName
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    7     1            endpointName  Ljava/lang/String;
            0    7     2              originName  Ljava/lang/String;
            0    7     3  endpointOriginHostname  Ljava/lang/String;
            1    7     4                endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
                        Name  Flags
      endpointName            
      originName              
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.lang.String endpointOriginHostname
         0: .line 106
            aload 0 /* this */
            aload 1 /* endpointName */
            ldc "origin"
            aload 2 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 2 // java.lang.String endpointOriginHostname
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    1     1            endpointName  Ljava/lang/String;
            0    1     2  endpointOriginHostname  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      endpointName            
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String name
         0: .line 110
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.prepareInlineDefine:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl
            astore 2 /* endpoint */
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         1: .line 111
            aload 2 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.EndpointInner
            aload 2 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.region:()Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.Region.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointInner.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/Resource;
            pop
         2: .line 112
            aload 2 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.EndpointInner
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointInner.withOrigins:(Ljava/util/List;)Lcom/microsoft/azure/management/cdn/implementation/EndpointInner;
            pop
         3: .line 113
            aload 2 /* endpoint */
            areturn
        end local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    4     1      name  Ljava/lang/String;
            1    4     2  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
         0: .line 117
            aload 0 /* this */
            ldc "Endpoint"
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.generateUniqueEndpointName:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* endpointName */
        start local 1 // java.lang.String endpointName
         1: .line 118
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            1    2     1  endpointName  Ljava/lang/String;

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpointWithOriginHostname(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String endpointOriginHostname
         0: .line 122
            aload 0 /* this */
            ldc "Endpoint"
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.generateUniqueEndpointName:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* endpointName */
        start local 2 // java.lang.String endpointName
         1: .line 123
            aload 0 /* this */
            aload 2 /* endpointName */
            ldc "origin"
            aload 1 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            astore 3 /* endpoint */
        start local 3 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         2: .line 124
            aload 3 /* endpoint */
            areturn
        end local 3 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 2 // java.lang.String endpointName
        end local 1 // java.lang.String endpointOriginHostname
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    3     1  endpointOriginHostname  Ljava/lang/String;
            1    3     2            endpointName  Ljava/lang/String;
            2    3     3                endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
                        Name  Flags
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl updateEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String name
         0: .line 128
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.prepareInlineUpdate:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl
            astore 2 /* endpoint */
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         1: .line 129
            aload 2 /* endpoint */
            areturn
        end local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    2     1      name  Ljava/lang/String;
            1    2     2  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
      Name  Flags
      name  

  private java.lang.String generateUniqueEndpointName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
        start local 1 // java.lang.String endpointNamePrefix
         0: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* endpointNamePrefix */
            bipush 50
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.SdkContext.randomResourceName:(Ljava/lang/String;I)Ljava/lang/String;
            astore 2 /* endpointName */
        start local 2 // java.lang.String endpointName
         1: .line 138
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            aload 2 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.checkEndpointNameAvailability:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;
            astore 3 /* result */
        start local 3 // com.microsoft.azure.management.cdn.CheckNameAvailabilityResult result
         2: .line 139
            aload 3 /* result */
            invokevirtual com.microsoft.azure.management.cdn.CheckNameAvailabilityResult.nameAvailable:()Z
            ifeq 0
         3: .line 141
            aload 2 /* endpointName */
            areturn
        end local 3 // com.microsoft.azure.management.cdn.CheckNameAvailabilityResult result
        end local 2 // java.lang.String endpointName
        end local 1 // java.lang.String endpointNamePrefix
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            0    4     1  endpointNamePrefix  Ljava/lang/String;
            1    4     2        endpointName  Ljava/lang/String;
            2    4     3              result  Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;
    MethodParameters:
                    Name  Flags
      endpointNamePrefix  

  protected com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ExternalChildResourceImpl newChildResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ExternalChildResourceImpl;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.newChildResource:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/ExternalChildResourcesCachedImpl<Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;Lcom/microsoft/azure/management/cdn/CdnEndpoint;Lcom/microsoft/azure/management/cdn/implementation/EndpointInner;Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;Lcom/microsoft/azure/management/cdn/CdnProfile;>;
SourceFile: "CdnEndpointsImpl.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()