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

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

  private org.joda.time.DateTime timestamp;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "timestamp", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

  public com.microsoft.azure.management.resources.ProvisioningOperation provisioningOperation();
    descriptor: ()Lcom/microsoft/azure/management/resources/ProvisioningOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.DeploymentOperationProperties.provisioningOperation:Lcom/microsoft/azure/management/resources/ProvisioningOperation;
            areturn
        end local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;

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

  public org.joda.time.DateTime timestamp();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
         0: .line 108
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.DeploymentOperationProperties.timestamp:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;

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

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

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

  public com.microsoft.azure.management.resources.StatusMessage statusMessage();
    descriptor: ()Lcom/microsoft/azure/management/resources/StatusMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
         0: .line 144
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.DeploymentOperationProperties.statusMessage:Lcom/microsoft/azure/management/resources/StatusMessage;
            areturn
        end local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;

  public com.microsoft.azure.management.resources.TargetResource targetResource();
    descriptor: ()Lcom/microsoft/azure/management/resources/TargetResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
         0: .line 153
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.DeploymentOperationProperties.targetResource:Lcom/microsoft/azure/management/resources/TargetResource;
            areturn
        end local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;

  public com.microsoft.azure.management.resources.HttpMessage request();
    descriptor: ()Lcom/microsoft/azure/management/resources/HttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
         0: .line 162
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.DeploymentOperationProperties.request:Lcom/microsoft/azure/management/resources/HttpMessage;
            areturn
        end local 0 // com.microsoft.azure.management.resources.DeploymentOperationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/DeploymentOperationProperties;

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