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

  private java.util.List<java.lang.String> targetTags;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "targetTags")

  private java.util.List<java.lang.String> untaggedTargetRepositories;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "untaggedTargetRepositories")

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

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

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

  public com.microsoft.azure.management.containerregistry.ImportImageParameters withSource(com.microsoft.azure.management.containerregistry.ImportSource);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/ImportSource;)Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.ImportImageParameters this
        start local 1 // com.microsoft.azure.management.containerregistry.ImportSource source
         0: .line 62
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.containerregistry.ImportImageParameters.source:Lcom/microsoft/azure/management/containerregistry/ImportSource;
         1: .line 63
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.ImportSource source
        end local 0 // com.microsoft.azure.management.containerregistry.ImportImageParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
            0    2     1  source  Lcom/microsoft/azure/management/containerregistry/ImportSource;
    MethodParameters:
        Name  Flags
      source  

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

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

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

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

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

  public com.microsoft.azure.management.containerregistry.ImportImageParameters withMode(com.microsoft.azure.management.containerregistry.ImportMode);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/ImportMode;)Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.ImportImageParameters this
        start local 1 // com.microsoft.azure.management.containerregistry.ImportMode mode
         0: .line 122
            aload 0 /* this */
            aload 1 /* mode */
            putfield com.microsoft.azure.management.containerregistry.ImportImageParameters.mode:Lcom/microsoft/azure/management/containerregistry/ImportMode;
         1: .line 123
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.ImportMode mode
        end local 0 // com.microsoft.azure.management.containerregistry.ImportImageParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/containerregistry/ImportImageParameters;
            0    2     1  mode  Lcom/microsoft/azure/management/containerregistry/ImportMode;
    MethodParameters:
      Name  Flags
      mode  
}
SourceFile: "ImportImageParameters.java"