public class com.microsoft.azure.management.network.implementation.TopologyInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.TopologyInner
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime createdDateTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "createdDateTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime lastModified;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "lastModified", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.network.TopologyResource> resources;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/TopologyResource;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "resources")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;

  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.network.implementation.TopologyInner this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.TopologyInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;

  public org.joda.time.DateTime createdDateTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
         0: .line 60
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.TopologyInner.createdDateTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;

  public org.joda.time.DateTime lastModified();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.TopologyInner.lastModified:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;

  public java.util.List<com.microsoft.azure.management.network.TopologyResource> resources();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
         0: .line 78
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.TopologyInner.resources:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/TopologyResource;>;

  public com.microsoft.azure.management.network.implementation.TopologyInner withResources(java.util.List<com.microsoft.azure.management.network.TopologyResource>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/TopologyInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
        start local 1 // java.util.List resources
         0: .line 88
            aload 0 /* this */
            aload 1 /* resources */
            putfield com.microsoft.azure.management.network.implementation.TopologyInner.resources:Ljava/util/List;
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // java.util.List resources
        end local 0 // com.microsoft.azure.management.network.implementation.TopologyInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/implementation/TopologyInner;
            0    2     1  resources  Ljava/util/List<Lcom/microsoft/azure/management/network/TopologyResource;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/TopologyResource;>;)Lcom/microsoft/azure/management/network/implementation/TopologyInner;
    MethodParameters:
           Name  Flags
      resources  
}
SourceFile: "TopologyInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty