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

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

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

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

  private java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.ContainerInfo> containers;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ContainerInfo;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.containers")

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

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

  public com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner withState(com.microsoft.azure.management.appservice.SiteRuntimeState);
    descriptor: (Lcom/microsoft/azure/management/appservice/SiteRuntimeState;)Lcom/microsoft/azure/management/appservice/implementation/WebSiteInstanceStatusInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner this
        start local 1 // com.microsoft.azure.management.appservice.SiteRuntimeState state
         0: .line 69
            aload 0 /* this */
            aload 1 /* state */
            putfield com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner.state:Lcom/microsoft/azure/management/appservice/SiteRuntimeState;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.SiteRuntimeState state
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/implementation/WebSiteInstanceStatusInner;
            0    2     1  state  Lcom/microsoft/azure/management/appservice/SiteRuntimeState;
    MethodParameters:
       Name  Flags
      state  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner withContainers(java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.ContainerInfo>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/appservice/implementation/WebSiteInstanceStatusInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner this
        start local 1 // java.util.Map containers
         0: .line 149
            aload 0 /* this */
            aload 1 /* containers */
            putfield com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner.containers:Ljava/util/Map;
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map containers
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebSiteInstanceStatusInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/WebSiteInstanceStatusInner;
            0    2     1  containers  Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ContainerInfo;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ContainerInfo;>;)Lcom/microsoft/azure/management/appservice/implementation/WebSiteInstanceStatusInner;
    MethodParameters:
            Name  Flags
      containers  
}
SourceFile: "WebSiteInstanceStatusInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()