public class com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor
  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 java.lang.String eventType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "eventType")

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

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

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

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

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

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

  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.SourceTriggerDescriptor this
         0: .line 65
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.containerregistry.SourceTriggerDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerregistry/SourceTriggerDescriptor;

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

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

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

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

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

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

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

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

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

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

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

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

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