public class com.microsoft.azure.management.appservice.MSDeployLogEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.MSDeployLogEntry
  super_class: java.lang.Object
{
  private org.joda.time.DateTime time;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "time", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.appservice.MSDeployLogEntryType type;
    descriptor: Lcom/microsoft/azure/management/appservice/MSDeployLogEntryType;
    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;)

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

  public org.joda.time.DateTime time();
    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.MSDeployLogEntry this
         0: .line 42
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MSDeployLogEntry.time:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MSDeployLogEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MSDeployLogEntry;

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

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