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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public java.lang.String geoRegionName();
    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.DeletedSiteInner this
         0: .line 137
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeletedSiteInner.geoRegionName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeletedSiteInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeletedSiteInner;
}
SourceFile: "DeletedSiteInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()