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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 66
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.targetResourceId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // java.lang.String targetResourceId
         0: .line 76
            aload 0 /* this */
            aload 1 /* targetResourceId */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.targetResourceId:Ljava/lang/String;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String targetResourceId
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.storageId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // java.lang.String storageId
         0: .line 96
            aload 0 /* this */
            aload 1 /* storageId */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.storageId:Ljava/lang/String;
         1: .line 97
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String storageId
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 106
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.enabled:Z
            ireturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // boolean enabled
         0: .line 116
            aload 0 /* this */
            iload 1 /* enabled */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.enabled:Z
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 126
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy
         0: .line 136
            aload 0 /* this */
            aload 1 /* retentionPolicy */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 146
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // com.microsoft.azure.management.network.FlowLogFormatParameters format
         0: .line 156
            aload 0 /* this */
            aload 1 /* format */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.FlowLogFormatParameters format
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
         0: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
        start local 1 // com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration
         0: .line 176
            aload 0 /* this */
            aload 1 /* flowAnalyticsConfiguration */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInformationInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
         1: .line 177
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInformationInner this
      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()