public class com.microsoft.azure.management.containerregistry.DockerBuildRequest extends com.microsoft.azure.management.containerregistry.RunRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.containerregistry.DockerBuildRequest
  super_class: com.microsoft.azure.management.containerregistry.RunRequest
{
  private java.util.List<java.lang.String> imageNames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "imageNames")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.containerregistry.DockerBuildRequest withDockerFilePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
        start local 1 // java.lang.String dockerFilePath
         0: .line 157
            aload 0 /* this */
            aload 1 /* dockerFilePath */
            putfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.dockerFilePath:Ljava/lang/String;
         1: .line 158
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String dockerFilePath
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            0    2     1  dockerFilePath  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      dockerFilePath  

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

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

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

  public com.microsoft.azure.management.containerregistry.DockerBuildRequest withTimeout(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
        start local 1 // java.lang.Integer timeout
         0: .line 197
            aload 0 /* this */
            aload 1 /* timeout */
            putfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.timeout:Ljava/lang/Integer;
         1: .line 198
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer timeout
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            0    2     1  timeout  Ljava/lang/Integer;
    MethodParameters:
         Name  Flags
      timeout  

  public com.microsoft.azure.management.containerregistry.PlatformProperties platform();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
         0: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;

  public com.microsoft.azure.management.containerregistry.DockerBuildRequest withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
        start local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platform
         0: .line 217
            aload 0 /* this */
            aload 1 /* platform */
            putfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platform
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            0    2     1  platform  Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
    MethodParameters:
          Name  Flags
      platform  

  public com.microsoft.azure.management.containerregistry.AgentProperties agentConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/AgentProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
         0: .line 227
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.agentConfiguration:Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;

  public com.microsoft.azure.management.containerregistry.DockerBuildRequest withAgentConfiguration(com.microsoft.azure.management.containerregistry.AgentProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/AgentProperties;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
        start local 1 // com.microsoft.azure.management.containerregistry.AgentProperties agentConfiguration
         0: .line 237
            aload 0 /* this */
            aload 1 /* agentConfiguration */
            putfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.agentConfiguration:Lcom/microsoft/azure/management/containerregistry/AgentProperties;
         1: .line 238
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.AgentProperties agentConfiguration
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            0    2     1  agentConfiguration  Lcom/microsoft/azure/management/containerregistry/AgentProperties;
    MethodParameters:
                    Name  Flags
      agentConfiguration  

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

  public com.microsoft.azure.management.containerregistry.DockerBuildRequest withSourceLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
        start local 1 // java.lang.String sourceLocation
         0: .line 259
            aload 0 /* this */
            aload 1 /* sourceLocation */
            putfield com.microsoft.azure.management.containerregistry.DockerBuildRequest.sourceLocation:Ljava/lang/String;
         1: .line 260
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceLocation
        end local 0 // com.microsoft.azure.management.containerregistry.DockerBuildRequest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/containerregistry/DockerBuildRequest;
            0    2     1  sourceLocation  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      sourceLocation  
}
SourceFile: "DockerBuildRequest.java"
InnerClasses:
  public final As = com.fasterxml.jackson.annotation.JsonTypeInfo$As of com.fasterxml.jackson.annotation.JsonTypeInfo
  public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, include = com.fasterxml.jackson.annotation.JsonTypeInfo$As.PROPERTY:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$As;, property = "type")
      com.fasterxml.jackson.annotation.JsonTypeName(value = "DockerBuildRequest")