public class com.microsoft.azure.management.compute.PrivateLinkResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.PrivateLinkResource
  super_class: java.lang.Object
{
  private java.lang.String groupId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.groupId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> requiredMembers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.requiredMembers", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<java.lang.String> requiredZoneNames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.requiredZoneNames")

  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  public java.util.List<java.lang.String> requiredMembers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
         0: .line 71
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.PrivateLinkResource.requiredMembers:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/PrivateLinkResource;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.util.List<java.lang.String> requiredZoneNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
         0: .line 80
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.PrivateLinkResource.requiredZoneNames:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/PrivateLinkResource;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.compute.PrivateLinkResource withRequiredZoneNames(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/PrivateLinkResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
        start local 1 // java.util.List requiredZoneNames
         0: .line 90
            aload 0 /* this */
            aload 1 /* requiredZoneNames */
            putfield com.microsoft.azure.management.compute.PrivateLinkResource.requiredZoneNames:Ljava/util/List;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // java.util.List requiredZoneNames
        end local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/PrivateLinkResource;
            0    2     1  requiredZoneNames  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/compute/PrivateLinkResource;
    MethodParameters:
                   Name  Flags
      requiredZoneNames  

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

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

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
         0: .line 118
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.PrivateLinkResource.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.PrivateLinkResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/PrivateLinkResource;
}
SourceFile: "PrivateLinkResource.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()