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

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String tier;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tier", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String size;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "size", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String family;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "family", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String kind;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "kind", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.compute.ResourceSkuCapacity capacity;
    descriptor: Lcom/microsoft/azure/management/compute/ResourceSkuCapacity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "capacity", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> locations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "locations", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.compute.ResourceSkuLocationInfo> locationInfo;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/ResourceSkuLocationInfo;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "locationInfo", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> apiVersions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "apiVersions", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.compute.ResourceSkuCosts> costs;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/ResourceSkuCosts;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "costs", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.compute.ResourceSkuCapabilities> capabilities;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/ResourceSkuCapabilities;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "capabilities", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.compute.ResourceSkuRestrictions> restrictions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/ResourceSkuRestrictions;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "restrictions", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  public java.lang.String resourceType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.resourceType:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

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

  public java.lang.String tier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 129
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.tier:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

  public java.lang.String size();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 138
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.size:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

  public java.lang.String family();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 147
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.family:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

  public java.lang.String kind();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 156
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.kind:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

  public com.microsoft.azure.management.compute.ResourceSkuCapacity capacity();
    descriptor: ()Lcom/microsoft/azure/management/compute/ResourceSkuCapacity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 165
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.capacity:Lcom/microsoft/azure/management/compute/ResourceSkuCapacity;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.compute.ResourceSkuRestrictions> restrictions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
         0: .line 219
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.implementation.ResourceSkuInner.restrictions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.implementation.ResourceSkuInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/implementation/ResourceSkuInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/compute/ResourceSkuRestrictions;>;
}
SourceFile: "ResourceSkuInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty