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

  private org.joda.time.DateTime createdAt;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.createdAt", 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.appservice.implementation.CertificateOrderActionInner this
         0: .line 21
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.CertificateOrderActionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/CertificateOrderActionInner;

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

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