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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.batch.ResourceFile withAutoStorageContainerName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String autoStorageContainerName
         0: .line 107
            aload 0 /* this */
            aload 1 /* autoStorageContainerName */
            putfield com.microsoft.azure.management.batch.ResourceFile.autoStorageContainerName:Ljava/lang/String;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String autoStorageContainerName
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  autoStorageContainerName  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      autoStorageContainerName  

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

  public com.microsoft.azure.management.batch.ResourceFile withStorageContainerUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String storageContainerUrl
         0: .line 127
            aload 0 /* this */
            aload 1 /* storageContainerUrl */
            putfield com.microsoft.azure.management.batch.ResourceFile.storageContainerUrl:Ljava/lang/String;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String storageContainerUrl
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  storageContainerUrl  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      storageContainerUrl  

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

  public com.microsoft.azure.management.batch.ResourceFile withHttpUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String httpUrl
         0: .line 147
            aload 0 /* this */
            aload 1 /* httpUrl */
            putfield com.microsoft.azure.management.batch.ResourceFile.httpUrl:Ljava/lang/String;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String httpUrl
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  httpUrl  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      httpUrl  

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

  public com.microsoft.azure.management.batch.ResourceFile withBlobPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String blobPrefix
         0: .line 167
            aload 0 /* this */
            aload 1 /* blobPrefix */
            putfield com.microsoft.azure.management.batch.ResourceFile.blobPrefix:Ljava/lang/String;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String blobPrefix
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  blobPrefix  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      blobPrefix  

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

  public com.microsoft.azure.management.batch.ResourceFile withFilePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String filePath
         0: .line 187
            aload 0 /* this */
            aload 1 /* filePath */
            putfield com.microsoft.azure.management.batch.ResourceFile.filePath:Ljava/lang/String;
         1: .line 188
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String filePath
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  filePath  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      filePath  

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

  public com.microsoft.azure.management.batch.ResourceFile withFileMode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/ResourceFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResourceFile this
        start local 1 // java.lang.String fileMode
         0: .line 207
            aload 0 /* this */
            aload 1 /* fileMode */
            putfield com.microsoft.azure.management.batch.ResourceFile.fileMode:Ljava/lang/String;
         1: .line 208
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String fileMode
        end local 0 // com.microsoft.azure.management.batch.ResourceFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/ResourceFile;
            0    2     1  fileMode  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      fileMode  
}
SourceFile: "ResourceFile.java"