public class com.microsoft.azure.management.cdn.implementation.RuleSetInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.RuleSetInner
  super_class: com.microsoft.azure.ProxyResource
{
  private com.microsoft.azure.management.cdn.AfdProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.DeploymentStatus deploymentStatus;
    descriptor: Lcom/microsoft/azure/management/cdn/DeploymentStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deploymentStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.SystemData systemData;
    descriptor: Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "systemData", 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.cdn.implementation.RuleSetInner this
         0: .line 23
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.RuleSetInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/RuleSetInner;

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

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

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