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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;

  public com.microsoft.azure.management.cdn.ResourceReference privateLink();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ResourceReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLink:Lcom/microsoft/azure/management/cdn/ResourceReference;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;

  public com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties withPrivateLink(com.microsoft.azure.management.cdn.ResourceReference);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResourceReference;)Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
        start local 1 // com.microsoft.azure.management.cdn.ResourceReference privateLink
         0: .line 68
            aload 0 /* this */
            aload 1 /* privateLink */
            putfield com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.privateLink:Lcom/microsoft/azure/management/cdn/ResourceReference;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResourceReference privateLink
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
            0    2     1  privateLink  Lcom/microsoft/azure/management/cdn/ResourceReference;
    MethodParameters:
             Name  Flags
      privateLink  

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

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

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

  public com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties withGroupId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
        start local 1 // java.lang.String groupId
         0: .line 108
            aload 0 /* this */
            aload 1 /* groupId */
            putfield com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.groupId:Ljava/lang/String;
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String groupId
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
            0    2     1  groupId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      groupId  

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

  public com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties withRequestMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
        start local 1 // java.lang.String requestMessage
         0: .line 128
            aload 0 /* this */
            aload 1 /* requestMessage */
            putfield com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.requestMessage:Ljava/lang/String;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String requestMessage
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
            0    2     1  requestMessage  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      requestMessage  

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

  public com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties withStatus(com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus);
    descriptor: (Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceStatus;)Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
        start local 1 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus status
         0: .line 148
            aload 0 /* this */
            aload 1 /* status */
            putfield com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties.status:Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceStatus;
         1: .line 149
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceStatus status
        end local 0 // com.microsoft.azure.management.cdn.SharedPrivateLinkResourceProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceProperties;
            0    2     1  status  Lcom/microsoft/azure/management/cdn/SharedPrivateLinkResourceStatus;
    MethodParameters:
        Name  Flags
      status  
}
SourceFile: "SharedPrivateLinkResourceProperties.java"