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

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

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

  private org.joda.time.DateTime createTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "createTime")

  private org.joda.time.DateTime finishTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "finishTime")

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

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

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

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

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

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

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

  public com.microsoft.azure.management.containerregistry.RunFilter withRunType(com.microsoft.azure.management.containerregistry.RunType);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/RunType;)Lcom/microsoft/azure/management/containerregistry/RunFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
        start local 1 // com.microsoft.azure.management.containerregistry.RunType runType
         0: .line 107
            aload 0 /* this */
            aload 1 /* runType */
            putfield com.microsoft.azure.management.containerregistry.RunFilter.runType:Lcom/microsoft/azure/management/containerregistry/RunType;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.RunType runType
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/containerregistry/RunFilter;
            0    2     1  runType  Lcom/microsoft/azure/management/containerregistry/RunType;
    MethodParameters:
         Name  Flags
      runType  

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

  public com.microsoft.azure.management.containerregistry.RunFilter withStatus(com.microsoft.azure.management.containerregistry.RunStatus);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/RunStatus;)Lcom/microsoft/azure/management/containerregistry/RunFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
        start local 1 // com.microsoft.azure.management.containerregistry.RunStatus status
         0: .line 127
            aload 0 /* this */
            aload 1 /* status */
            putfield com.microsoft.azure.management.containerregistry.RunFilter.status:Lcom/microsoft/azure/management/containerregistry/RunStatus;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.RunStatus status
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/containerregistry/RunFilter;
            0    2     1  status  Lcom/microsoft/azure/management/containerregistry/RunStatus;
    MethodParameters:
        Name  Flags
      status  

  public org.joda.time.DateTime createTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
         0: .line 137
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.RunFilter.createTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/RunFilter;

  public com.microsoft.azure.management.containerregistry.RunFilter withCreateTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/containerregistry/RunFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
        start local 1 // org.joda.time.DateTime createTime
         0: .line 147
            aload 0 /* this */
            aload 1 /* createTime */
            putfield com.microsoft.azure.management.containerregistry.RunFilter.createTime:Lorg/joda/time/DateTime;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime createTime
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/containerregistry/RunFilter;
            0    2     1  createTime  Lorg/joda/time/DateTime;
    MethodParameters:
            Name  Flags
      createTime  

  public org.joda.time.DateTime finishTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
         0: .line 157
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.RunFilter.finishTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/RunFilter;

  public com.microsoft.azure.management.containerregistry.RunFilter withFinishTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/containerregistry/RunFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
        start local 1 // org.joda.time.DateTime finishTime
         0: .line 167
            aload 0 /* this */
            aload 1 /* finishTime */
            putfield com.microsoft.azure.management.containerregistry.RunFilter.finishTime:Lorg/joda/time/DateTime;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime finishTime
        end local 0 // com.microsoft.azure.management.containerregistry.RunFilter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/containerregistry/RunFilter;
            0    2     1  finishTime  Lorg/joda/time/DateTime;
    MethodParameters:
            Name  Flags
      finishTime  

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

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

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

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

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

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