public class com.microsoft.azure.management.appservice.implementation.DeploymentInner 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.DeploymentInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.Integer status;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.status")

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

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

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

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

  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.start_time")

  private org.joda.time.DateTime endTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.end_time")

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

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

  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.DeploymentInner this
         0: .line 20
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withStatus(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.Integer status
         0: .line 92
            aload 0 /* this */
            aload 1 /* status */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.status:Ljava/lang/Integer;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer status
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  status  Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      status  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.String message
         0: .line 112
            aload 0 /* this */
            aload 1 /* message */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.message:Ljava/lang/String;
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String message
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withAuthor(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.String author
         0: .line 132
            aload 0 /* this */
            aload 1 /* author */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.author:Ljava/lang/String;
         1: .line 133
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String author
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  author  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      author  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withDeployer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.String deployer
         0: .line 152
            aload 0 /* this */
            aload 1 /* deployer */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.deployer:Ljava/lang/String;
         1: .line 153
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String deployer
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  deployer  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      deployer  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withAuthorEmail(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.String authorEmail
         0: .line 172
            aload 0 /* this */
            aload 1 /* authorEmail */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.authorEmail:Ljava/lang/String;
         1: .line 173
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String authorEmail
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  authorEmail  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      authorEmail  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 192
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.startTime:Lorg/joda/time/DateTime;
         1: .line 193
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withEndTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // org.joda.time.DateTime endTime
         0: .line 212
            aload 0 /* this */
            aload 1 /* endTime */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.endTime:Lorg/joda/time/DateTime;
         1: .line 213
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  endTime  Lorg/joda/time/DateTime;
    MethodParameters:
         Name  Flags
      endTime  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withActive(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.Boolean active
         0: .line 232
            aload 0 /* this */
            aload 1 /* active */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.active:Ljava/lang/Boolean;
         1: .line 233
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean active
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  active  Ljava/lang/Boolean;
    MethodParameters:
        Name  Flags
      active  

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

  public com.microsoft.azure.management.appservice.implementation.DeploymentInner withDetails(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
        start local 1 // java.lang.String details
         0: .line 252
            aload 0 /* this */
            aload 1 /* details */
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentInner.details:Ljava/lang/String;
         1: .line 253
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String details
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentInner;
            0    2     1  details  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      details  
}
SourceFile: "DeploymentInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()