public class com.microsoft.azure.management.appservice.ValidateRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.ValidateRequest
  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", required = true)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.ValidateRequest withNeedLinuxWorkers(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/ValidateRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
        start local 1 // java.lang.Boolean needLinuxWorkers
         0: .line 236
            aload 0 /* this */
            aload 1 /* needLinuxWorkers */
            putfield com.microsoft.azure.management.appservice.ValidateRequest.needLinuxWorkers:Ljava/lang/Boolean;
         1: .line 237
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean needLinuxWorkers
        end local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/ValidateRequest;
            0    2     1  needLinuxWorkers  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      needLinuxWorkers  

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

  public com.microsoft.azure.management.appservice.ValidateRequest withIsSpot(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/ValidateRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
        start local 1 // java.lang.Boolean isSpot
         0: .line 256
            aload 0 /* this */
            aload 1 /* isSpot */
            putfield com.microsoft.azure.management.appservice.ValidateRequest.isSpot:Ljava/lang/Boolean;
         1: .line 257
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isSpot
        end local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/ValidateRequest;
            0    2     1  isSpot  Ljava/lang/Boolean;
    MethodParameters:
        Name  Flags
      isSpot  

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

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

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

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

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

  public com.microsoft.azure.management.appservice.ValidateRequest withIsXenon(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/ValidateRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
        start local 1 // java.lang.Boolean isXenon
         0: .line 316
            aload 0 /* this */
            aload 1 /* isXenon */
            putfield com.microsoft.azure.management.appservice.ValidateRequest.isXenon:Ljava/lang/Boolean;
         1: .line 317
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isXenon
        end local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/ValidateRequest;
            0    2     1  isXenon  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      isXenon  

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.ValidateRequest withContainerImagePlatform(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/ValidateRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
        start local 1 // java.lang.String containerImagePlatform
         0: .line 436
            aload 0 /* this */
            aload 1 /* containerImagePlatform */
            putfield com.microsoft.azure.management.appservice.ValidateRequest.containerImagePlatform:Ljava/lang/String;
         1: .line 437
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String containerImagePlatform
        end local 0 // com.microsoft.azure.management.appservice.ValidateRequest this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/appservice/ValidateRequest;
            0    2     1  containerImagePlatform  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      containerImagePlatform  
}
SourceFile: "ValidateRequest.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()