public class com.microsoft.azure.management.batchai.ContainerSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.ContainerSettings
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batchai.ImageSourceRegistry imageSourceRegistry;
    descriptor: Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "imageSourceRegistry", required = true)

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

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

  public com.microsoft.azure.management.batchai.ImageSourceRegistry imageSourceRegistry();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.ContainerSettings this
         0: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.ContainerSettings.imageSourceRegistry:Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.ContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/ContainerSettings;

  public com.microsoft.azure.management.batchai.ContainerSettings withImageSourceRegistry(com.microsoft.azure.management.batchai.ImageSourceRegistry);
    descriptor: (Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;)Lcom/microsoft/azure/management/batchai/ContainerSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.ContainerSettings this
        start local 1 // com.microsoft.azure.management.batchai.ImageSourceRegistry imageSourceRegistry
         0: .line 49
            aload 0 /* this */
            aload 1 /* imageSourceRegistry */
            putfield com.microsoft.azure.management.batchai.ContainerSettings.imageSourceRegistry:Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
         1: .line 50
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ImageSourceRegistry imageSourceRegistry
        end local 0 // com.microsoft.azure.management.batchai.ContainerSettings this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batchai/ContainerSettings;
            0    2     1  imageSourceRegistry  Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
    MethodParameters:
                     Name  Flags
      imageSourceRegistry  

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

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