public class com.microsoft.azure.management.network.EffectiveRoute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.EffectiveRoute
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

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

  private com.microsoft.azure.management.network.EffectiveRouteSource source;
    descriptor: Lcom/microsoft/azure/management/network/EffectiveRouteSource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "source")

  private com.microsoft.azure.management.network.EffectiveRouteState state;
    descriptor: Lcom/microsoft/azure/management/network/EffectiveRouteState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "state")

  private java.util.List<java.lang.String> addressPrefix;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "addressPrefix")

  private java.util.List<java.lang.String> nextHopIpAddress;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "nextHopIpAddress")

  private com.microsoft.azure.management.network.RouteNextHopType nextHopType;
    descriptor: Lcom/microsoft/azure/management/network/RouteNextHopType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "nextHopType")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 71
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.EffectiveRoute.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;

  public com.microsoft.azure.management.network.EffectiveRoute withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // java.lang.String name
         0: .line 81
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.EffectiveRoute.name:Ljava/lang/String;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

  public com.microsoft.azure.management.network.EffectiveRoute withDisableBgpRoutePropagation(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // java.lang.Boolean disableBgpRoutePropagation
         0: .line 101
            aload 0 /* this */
            aload 1 /* disableBgpRoutePropagation */
            putfield com.microsoft.azure.management.network.EffectiveRoute.disableBgpRoutePropagation:Ljava/lang/Boolean;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean disableBgpRoutePropagation
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  disableBgpRoutePropagation  Ljava/lang/Boolean;
    MethodParameters:
                            Name  Flags
      disableBgpRoutePropagation  

  public com.microsoft.azure.management.network.EffectiveRouteSource source();
    descriptor: ()Lcom/microsoft/azure/management/network/EffectiveRouteSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.EffectiveRoute.source:Lcom/microsoft/azure/management/network/EffectiveRouteSource;
            areturn
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;

  public com.microsoft.azure.management.network.EffectiveRoute withSource(com.microsoft.azure.management.network.EffectiveRouteSource);
    descriptor: (Lcom/microsoft/azure/management/network/EffectiveRouteSource;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // com.microsoft.azure.management.network.EffectiveRouteSource source
         0: .line 121
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.network.EffectiveRoute.source:Lcom/microsoft/azure/management/network/EffectiveRouteSource;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.EffectiveRouteSource source
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  source  Lcom/microsoft/azure/management/network/EffectiveRouteSource;
    MethodParameters:
        Name  Flags
      source  

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

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

  public java.util.List<java.lang.String> addressPrefix();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 151
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.EffectiveRoute.addressPrefix:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.EffectiveRoute withAddressPrefix(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // java.util.List addressPrefix
         0: .line 161
            aload 0 /* this */
            aload 1 /* addressPrefix */
            putfield com.microsoft.azure.management.network.EffectiveRoute.addressPrefix:Ljava/util/List;
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // java.util.List addressPrefix
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  addressPrefix  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    MethodParameters:
               Name  Flags
      addressPrefix  

  public java.util.List<java.lang.String> nextHopIpAddress();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 171
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.EffectiveRoute.nextHopIpAddress:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.EffectiveRoute withNextHopIpAddress(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // java.util.List nextHopIpAddress
         0: .line 181
            aload 0 /* this */
            aload 1 /* nextHopIpAddress */
            putfield com.microsoft.azure.management.network.EffectiveRoute.nextHopIpAddress:Ljava/util/List;
         1: .line 182
            aload 0 /* this */
            areturn
        end local 1 // java.util.List nextHopIpAddress
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  nextHopIpAddress  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    MethodParameters:
                  Name  Flags
      nextHopIpAddress  

  public com.microsoft.azure.management.network.RouteNextHopType nextHopType();
    descriptor: ()Lcom/microsoft/azure/management/network/RouteNextHopType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
         0: .line 191
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.EffectiveRoute.nextHopType:Lcom/microsoft/azure/management/network/RouteNextHopType;
            areturn
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/EffectiveRoute;

  public com.microsoft.azure.management.network.EffectiveRoute withNextHopType(com.microsoft.azure.management.network.RouteNextHopType);
    descriptor: (Lcom/microsoft/azure/management/network/RouteNextHopType;)Lcom/microsoft/azure/management/network/EffectiveRoute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.EffectiveRoute this
        start local 1 // com.microsoft.azure.management.network.RouteNextHopType nextHopType
         0: .line 201
            aload 0 /* this */
            aload 1 /* nextHopType */
            putfield com.microsoft.azure.management.network.EffectiveRoute.nextHopType:Lcom/microsoft/azure/management/network/RouteNextHopType;
         1: .line 202
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.RouteNextHopType nextHopType
        end local 0 // com.microsoft.azure.management.network.EffectiveRoute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/EffectiveRoute;
            0    2     1  nextHopType  Lcom/microsoft/azure/management/network/RouteNextHopType;
    MethodParameters:
             Name  Flags
      nextHopType  
}
SourceFile: "EffectiveRoute.java"