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

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

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

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

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

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

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

  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.RelayServiceConnectionEntityInner 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.RelayServiceConnectionEntityInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RelayServiceConnectionEntityInner;

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

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

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

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

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

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

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

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

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

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

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

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

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

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