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

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

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

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

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

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

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

  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.Solution this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.Solution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/Solution;

  public java.lang.Double id();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.Solution this
         0: .line 67
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.Solution.id:Ljava/lang/Double;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.Solution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/Solution;

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

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

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

  public java.lang.Double order();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.Solution this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.Solution.order:Ljava/lang/Double;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.Solution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/Solution;

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

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

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

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

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

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

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

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

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