public class com.microsoft.azure.management.network.implementation.FlowLogInformationInner
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.network.implementation.FlowLogInformationInner
super_class: java.lang.Object
{
private java.lang.String targetResourceId;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "targetResourceId", required = true)
private java.lang.String storageId;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.storageId", required = true)
private boolean enabled;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enabled", required = true)
private com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy;
descriptor: Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.retentionPolicy")
private com.microsoft.azure.management.network.FlowLogFormatParameters format;
descriptor: Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.format")
private com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration;
descriptor: Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "flowAnalyticsConfiguration")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public java.lang.String targetResourceId();
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.FlowLogInformationInner.targetResourceId:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withTargetResourceId(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
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.FlowLogInformationInner.targetResourceId: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/FlowLogInformationInner;
0 2 1 targetResourceId Ljava/lang/String;
MethodParameters:
Name Flags
targetResourceId
public java.lang.String storageId();
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.FlowLogInformationInner.storageId:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withStorageId(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
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.FlowLogInformationInner.storageId: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/FlowLogInformationInner;
0 2 1 storageId Ljava/lang/String;
MethodParameters:
Name Flags
storageId
public boolean enabled();
descriptor: ()Z
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.FlowLogInformationInner.enabled:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withEnabled(boolean);
descriptor: (Z)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.enabled:Z
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/FlowLogInformationInner;
0 2 1 enabled Z
MethodParameters:
Name Flags
enabled
public com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy();
descriptor: ()Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
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.FlowLogInformationInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withRetentionPolicy(com.microsoft.azure.management.network.RetentionPolicyParameters);
descriptor: (Lcom/microsoft/azure/management/network/RetentionPolicyParameters;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
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.FlowLogInformationInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
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/FlowLogInformationInner;
0 2 1 retentionPolicy Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
MethodParameters:
Name Flags
retentionPolicy
public com.microsoft.azure.management.network.FlowLogFormatParameters format();
descriptor: ()Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
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.FlowLogInformationInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withFormat(com.microsoft.azure.management.network.FlowLogFormatParameters);
descriptor: (Lcom/microsoft/azure/management/network/FlowLogFormatParameters;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
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.FlowLogInformationInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
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/FlowLogInformationInner;
0 2 1 format Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
MethodParameters:
Name Flags
format
public com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration();
descriptor: ()Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
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.FlowLogInformationInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
public com.microsoft.azure.management.network.implementation.FlowLogInformationInner withFlowAnalyticsConfiguration(com.microsoft.azure.management.network.TrafficAnalyticsProperties);
descriptor: (Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;)Lcom/microsoft/azure/management/network/implementation/FlowLogInformationInner;
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.FlowLogInformationInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
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/FlowLogInformationInner;
0 2 1 flowAnalyticsConfiguration Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
MethodParameters:
Name Flags
flowAnalyticsConfiguration
}
SourceFile: "FlowLogInformationInner.java"
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()