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

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

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

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

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

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

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

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

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

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

  public org.joda.time.DateTime timestamp();
    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.EventContent this
         0: .line 88
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.EventContent.timestamp:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.EventContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/EventContent;

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

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

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

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

  public com.microsoft.azure.management.containerregistry.EventContent withTarget(com.microsoft.azure.management.containerregistry.Target);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Target;)Lcom/microsoft/azure/management/containerregistry/EventContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.EventContent this
        start local 1 // com.microsoft.azure.management.containerregistry.Target target
         0: .line 138
            aload 0 /* this */
            aload 1 /* target */
            putfield com.microsoft.azure.management.containerregistry.EventContent.target:Lcom/microsoft/azure/management/containerregistry/Target;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Target target
        end local 0 // com.microsoft.azure.management.containerregistry.EventContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/containerregistry/EventContent;
            0    2     1  target  Lcom/microsoft/azure/management/containerregistry/Target;
    MethodParameters:
        Name  Flags
      target  

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

  public com.microsoft.azure.management.containerregistry.EventContent withRequest(com.microsoft.azure.management.containerregistry.Request);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Request;)Lcom/microsoft/azure/management/containerregistry/EventContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.EventContent this
        start local 1 // com.microsoft.azure.management.containerregistry.Request request
         0: .line 158
            aload 0 /* this */
            aload 1 /* request */
            putfield com.microsoft.azure.management.containerregistry.EventContent.request:Lcom/microsoft/azure/management/containerregistry/Request;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Request request
        end local 0 // com.microsoft.azure.management.containerregistry.EventContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/containerregistry/EventContent;
            0    2     1  request  Lcom/microsoft/azure/management/containerregistry/Request;
    MethodParameters:
         Name  Flags
      request  

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

  public com.microsoft.azure.management.containerregistry.EventContent withActor(com.microsoft.azure.management.containerregistry.Actor);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Actor;)Lcom/microsoft/azure/management/containerregistry/EventContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.EventContent this
        start local 1 // com.microsoft.azure.management.containerregistry.Actor actor
         0: .line 178
            aload 0 /* this */
            aload 1 /* actor */
            putfield com.microsoft.azure.management.containerregistry.EventContent.actor:Lcom/microsoft/azure/management/containerregistry/Actor;
         1: .line 179
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Actor actor
        end local 0 // com.microsoft.azure.management.containerregistry.EventContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/containerregistry/EventContent;
            0    2     1  actor  Lcom/microsoft/azure/management/containerregistry/Actor;
    MethodParameters:
       Name  Flags
      actor  

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

  public com.microsoft.azure.management.containerregistry.EventContent withSource(com.microsoft.azure.management.containerregistry.Source);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Source;)Lcom/microsoft/azure/management/containerregistry/EventContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.EventContent this
        start local 1 // com.microsoft.azure.management.containerregistry.Source source
         0: .line 198
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.containerregistry.EventContent.source:Lcom/microsoft/azure/management/containerregistry/Source;
         1: .line 199
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Source source
        end local 0 // com.microsoft.azure.management.containerregistry.EventContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/containerregistry/EventContent;
            0    2     1  source  Lcom/microsoft/azure/management/containerregistry/Source;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "EventContent.java"