public class com.microsoft.azure.management.appservice.GlobalCsmSkuDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.GlobalCsmSkuDescription
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

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

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

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

  private com.microsoft.azure.management.appservice.SkuCapacity capacity;
    descriptor: Lcom/microsoft/azure/management/appservice/SkuCapacity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "capacity")

  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")

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

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

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.lang.String name
         0: .line 77
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.name:Ljava/lang/String;
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withTier(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.lang.String tier
         0: .line 97
            aload 0 /* this */
            aload 1 /* tier */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.tier:Ljava/lang/String;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String tier
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  tier  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      tier  

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withSize(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.lang.String size
         0: .line 117
            aload 0 /* this */
            aload 1 /* size */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.size:Ljava/lang/String;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String size
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  size  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      size  

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withFamily(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.lang.String family
         0: .line 137
            aload 0 /* this */
            aload 1 /* family */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.family:Ljava/lang/String;
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String family
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  family  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      family  

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withCapacity(com.microsoft.azure.management.appservice.SkuCapacity);
    descriptor: (Lcom/microsoft/azure/management/appservice/SkuCapacity;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // com.microsoft.azure.management.appservice.SkuCapacity capacity
         0: .line 157
            aload 0 /* this */
            aload 1 /* capacity */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.capacity:Lcom/microsoft/azure/management/appservice/SkuCapacity;
         1: .line 158
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SkuCapacity capacity
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  capacity  Lcom/microsoft/azure/management/appservice/SkuCapacity;
    MethodParameters:
          Name  Flags
      capacity  

  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.appservice.GlobalCsmSkuDescription this
         0: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.locations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withLocations(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.util.List locations
         0: .line 177
            aload 0 /* this */
            aload 1 /* locations */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.locations:Ljava/util/List;
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // java.util.List locations
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  locations  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    MethodParameters:
           Name  Flags
      locations  

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

  public com.microsoft.azure.management.appservice.GlobalCsmSkuDescription withCapabilities(java.util.List<com.microsoft.azure.management.appservice.implementation.CapabilityInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
        start local 1 // java.util.List capabilities
         0: .line 197
            aload 0 /* this */
            aload 1 /* capabilities */
            putfield com.microsoft.azure.management.appservice.GlobalCsmSkuDescription.capabilities:Ljava/util/List;
         1: .line 198
            aload 0 /* this */
            areturn
        end local 1 // java.util.List capabilities
        end local 0 // com.microsoft.azure.management.appservice.GlobalCsmSkuDescription this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
            0    2     1  capabilities  Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CapabilityInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/CapabilityInner;>;)Lcom/microsoft/azure/management/appservice/GlobalCsmSkuDescription;
    MethodParameters:
              Name  Flags
      capabilities  
}
SourceFile: "GlobalCsmSkuDescription.java"