public class com.microsoft.azure.management.resources.implementation.ProviderInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ProviderInner
  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", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private java.util.List<com.microsoft.azure.management.resources.ProviderResourceType> resourceTypes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/resources/ProviderResourceType;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "resourceTypes", 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.resources.implementation.ProviderInner this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.implementation.ProviderInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ProviderInner;

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.resources.ProviderResourceType> resourceTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ProviderInner this
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ProviderInner.resourceTypes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ProviderInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ProviderInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/ProviderResourceType;>;
}
SourceFile: "ProviderInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty