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

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

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

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

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

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

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