public class com.microsoft.azure.management.network.implementation.RouteInner extends com.microsoft.azure.SubResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.RouteInner
super_class: com.microsoft.azure.SubResource
{
private java.lang.String addressPrefix;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.addressPrefix")
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 = "properties.nextHopType", required = true)
private java.lang.String nextHopIpAddress;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nextHopIpAddress")
private com.microsoft.azure.management.network.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "name")
private java.lang.String etag;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.microsoft.azure.SubResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public java.lang.String addressPrefix();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.addressPrefix:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public com.microsoft.azure.management.network.implementation.RouteInner withAddressPrefix(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/RouteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.RouteInner.addressPrefix:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
0 2 1 addressPrefix Ljava/lang/String;
MethodParameters:
Name Flags
addressPrefix
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 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.nextHopType:Lcom/microsoft/azure/management/network/RouteNextHopType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public com.microsoft.azure.management.network.implementation.RouteInner withNextHopType(com.microsoft.azure.management.network.RouteNextHopType);
descriptor: (Lcom/microsoft/azure/management/network/RouteNextHopType;)Lcom/microsoft/azure/management/network/implementation/RouteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.RouteInner.nextHopType:Lcom/microsoft/azure/management/network/RouteNextHopType;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
0 2 1 nextHopType Lcom/microsoft/azure/management/network/RouteNextHopType;
MethodParameters:
Name Flags
nextHopType
public java.lang.String nextHopIpAddress();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.nextHopIpAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public com.microsoft.azure.management.network.implementation.RouteInner withNextHopIpAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/RouteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.RouteInner.nextHopIpAddress:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
0 2 1 nextHopIpAddress Ljava/lang/String;
MethodParameters:
Name Flags
nextHopIpAddress
public com.microsoft.azure.management.network.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/network/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
public com.microsoft.azure.management.network.implementation.RouteInner withName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/RouteInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.network.implementation.RouteInner.name:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String etag();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.network.implementation.RouteInner.etag:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/RouteInner;
}
SourceFile: "RouteInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()