public class com.microsoft.azure.management.containerregistry.FileTaskRunRequest 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.FileTaskRunRequest
  super_class: com.microsoft.azure.management.containerregistry.RunRequest
{
  private java.lang.String taskFilePath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "taskFilePath", required = true)

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

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

  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.FileTaskRunRequest 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.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;

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

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

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

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

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

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

  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.FileTaskRunRequest this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.timeout:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;

  public com.microsoft.azure.management.containerregistry.FileTaskRunRequest withTimeout(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
        start local 1 // java.lang.Integer timeout
         0: .line 144
            aload 0 /* this */
            aload 1 /* timeout */
            putfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.timeout:Ljava/lang/Integer;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer timeout
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            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.FileTaskRunRequest this
         0: .line 154
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;

  public com.microsoft.azure.management.containerregistry.FileTaskRunRequest withPlatform(com.microsoft.azure.management.containerregistry.PlatformProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/PlatformProperties;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
        start local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platform
         0: .line 164
            aload 0 /* this */
            aload 1 /* platform */
            putfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.platform:Lcom/microsoft/azure/management/containerregistry/PlatformProperties;
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.PlatformProperties platform
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            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.FileTaskRunRequest this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.agentConfiguration:Lcom/microsoft/azure/management/containerregistry/AgentProperties;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;

  public com.microsoft.azure.management.containerregistry.FileTaskRunRequest withAgentConfiguration(com.microsoft.azure.management.containerregistry.AgentProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/AgentProperties;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
        start local 1 // com.microsoft.azure.management.containerregistry.AgentProperties agentConfiguration
         0: .line 184
            aload 0 /* this */
            aload 1 /* agentConfiguration */
            putfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.agentConfiguration:Lcom/microsoft/azure/management/containerregistry/AgentProperties;
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.AgentProperties agentConfiguration
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            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.FileTaskRunRequest this
         0: .line 195
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.sourceLocation:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;

  public com.microsoft.azure.management.containerregistry.FileTaskRunRequest withSourceLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
        start local 1 // java.lang.String sourceLocation
         0: .line 206
            aload 0 /* this */
            aload 1 /* sourceLocation */
            putfield com.microsoft.azure.management.containerregistry.FileTaskRunRequest.sourceLocation:Ljava/lang/String;
         1: .line 207
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceLocation
        end local 0 // com.microsoft.azure.management.containerregistry.FileTaskRunRequest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/containerregistry/FileTaskRunRequest;
            0    2     1  sourceLocation  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      sourceLocation  
}
SourceFile: "FileTaskRunRequest.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 = "FileTaskRunRequest")