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

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

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

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

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

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

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

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

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

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

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

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

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

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

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