public class com.microsoft.azure.management.appservice.implementation.OperationInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.OperationInner
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "id")

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

  private com.microsoft.azure.management.appservice.OperationStatus status;
    descriptor: Lcom/microsoft/azure/management/appservice/OperationStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "status")

  private java.util.List<com.microsoft.azure.management.appservice.ErrorEntity> errors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/ErrorEntity;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "errors")

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

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

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

  private java.util.UUID geoMasterOperationId;
    descriptor: Ljava/util/UUID;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "geoMasterOperationId")

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

  public java.lang.String id();
    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.OperationInner this
         0: .line 77
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.OperationInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/OperationInner;

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

  public java.lang.String name();
    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.OperationInner this
         0: .line 97
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.OperationInner.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/OperationInner;

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

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

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

  public java.util.List<com.microsoft.azure.management.appservice.ErrorEntity> errors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
         0: .line 137
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.OperationInner.errors:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/ErrorEntity;>;

  public com.microsoft.azure.management.appservice.implementation.OperationInner withErrors(java.util.List<com.microsoft.azure.management.appservice.ErrorEntity>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
        start local 1 // java.util.List errors
         0: .line 147
            aload 0 /* this */
            aload 1 /* errors */
            putfield com.microsoft.azure.management.appservice.implementation.OperationInner.errors:Ljava/util/List;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // java.util.List errors
        end local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
            0    2     1  errors  Ljava/util/List<Lcom/microsoft/azure/management/appservice/ErrorEntity;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/ErrorEntity;>;)Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
    MethodParameters:
        Name  Flags
      errors  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.OperationInner withGeoMasterOperationId(java.util.UUID);
    descriptor: (Ljava/util/UUID;)Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
        start local 1 // java.util.UUID geoMasterOperationId
         0: .line 227
            aload 0 /* this */
            aload 1 /* geoMasterOperationId */
            putfield com.microsoft.azure.management.appservice.implementation.OperationInner.geoMasterOperationId:Ljava/util/UUID;
         1: .line 228
            aload 0 /* this */
            areturn
        end local 1 // java.util.UUID geoMasterOperationId
        end local 0 // com.microsoft.azure.management.appservice.implementation.OperationInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/appservice/implementation/OperationInner;
            0    2     1  geoMasterOperationId  Ljava/util/UUID;
    MethodParameters:
                      Name  Flags
      geoMasterOperationId  
}
SourceFile: "OperationInner.java"