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

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

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

  private java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> routes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.routes", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.appservice.implementation.VnetRouteInner> routes();
    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.VnetInfoInner this
         0: .line 124
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.VnetInfoInner.routes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.VnetInfoInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/implementation/VnetRouteInner;>;

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.VnetInfoInner withIsSwift(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.VnetInfoInner this
        start local 1 // java.lang.Boolean isSwift
         0: .line 172
            aload 0 /* this */
            aload 1 /* isSwift */
            putfield com.microsoft.azure.management.appservice.implementation.VnetInfoInner.isSwift:Ljava/lang/Boolean;
         1: .line 173
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isSwift
        end local 0 // com.microsoft.azure.management.appservice.implementation.VnetInfoInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/VnetInfoInner;
            0    2     1  isSwift  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      isSwift  
}
SourceFile: "VnetInfoInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()