public class com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner
  super_class: com.microsoft.azure.ProxyResource
{
  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")

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

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

  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.storage.implementation.PrivateLinkResourceInner this
         0: .line 54
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner.requiredMembers:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/PrivateLinkResourceInner;
    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.storage.implementation.PrivateLinkResourceInner this
         0: .line 63
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner.requiredZoneNames:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/PrivateLinkResourceInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner withRequiredZoneNames(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/storage/implementation/PrivateLinkResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner this
        start local 1 // java.util.List requiredZoneNames
         0: .line 73
            aload 0 /* this */
            aload 1 /* requiredZoneNames */
            putfield com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner.requiredZoneNames:Ljava/util/List;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // java.util.List requiredZoneNames
        end local 0 // com.microsoft.azure.management.storage.implementation.PrivateLinkResourceInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/storage/implementation/PrivateLinkResourceInner;
            0    2     1  requiredZoneNames  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/storage/implementation/PrivateLinkResourceInner;
    MethodParameters:
                   Name  Flags
      requiredZoneNames  
}
SourceFile: "PrivateLinkResourceInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()