public class com.microsoft.azure.management.network.implementation.FlowLogInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.FlowLogInner
  super_class: com.microsoft.azure.Resource
{
  private java.lang.String targetResourceId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.targetResourceId", required = true)

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

  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 java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enabled")

  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 = "properties.flowAnalyticsConfiguration")

  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 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;)

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

  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.FlowLogInner this
         0: .line 25
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

  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.FlowLogInner this
         0: .line 93
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.targetResourceId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

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

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

  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.FlowLogInner this
         0: .line 122
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.storageId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

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

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

  public com.microsoft.azure.management.network.implementation.FlowLogInner withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
        start local 1 // java.lang.Boolean enabled
         0: .line 152
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInner.enabled:Ljava/lang/Boolean;
         1: .line 153
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
            0    2     1  enabled  Ljava/lang/Boolean;
    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.FlowLogInner this
         0: .line 162
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

  public com.microsoft.azure.management.network.implementation.FlowLogInner withRetentionPolicy(com.microsoft.azure.management.network.RetentionPolicyParameters);
    descriptor: (Lcom/microsoft/azure/management/network/RetentionPolicyParameters;)Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
        start local 1 // com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy
         0: .line 172
            aload 0 /* this */
            aload 1 /* retentionPolicy */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInner.retentionPolicy:Lcom/microsoft/azure/management/network/RetentionPolicyParameters;
         1: .line 173
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.RetentionPolicyParameters retentionPolicy
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
            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.FlowLogInner this
         0: .line 182
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

  public com.microsoft.azure.management.network.implementation.FlowLogInner withFormat(com.microsoft.azure.management.network.FlowLogFormatParameters);
    descriptor: (Lcom/microsoft/azure/management/network/FlowLogFormatParameters;)Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
        start local 1 // com.microsoft.azure.management.network.FlowLogFormatParameters format
         0: .line 192
            aload 0 /* this */
            aload 1 /* format */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInner.format:Lcom/microsoft/azure/management/network/FlowLogFormatParameters;
         1: .line 193
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.FlowLogFormatParameters format
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
            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.FlowLogInner this
         0: .line 202
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

  public com.microsoft.azure.management.network.implementation.FlowLogInner withFlowAnalyticsConfiguration(com.microsoft.azure.management.network.TrafficAnalyticsProperties);
    descriptor: (Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;)Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
        start local 1 // com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration
         0: .line 212
            aload 0 /* this */
            aload 1 /* flowAnalyticsConfiguration */
            putfield com.microsoft.azure.management.network.implementation.FlowLogInner.flowAnalyticsConfiguration:Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
         1: .line 213
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.TrafficAnalyticsProperties flowAnalyticsConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;
            0    2     1  flowAnalyticsConfiguration  Lcom/microsoft/azure/management/network/TrafficAnalyticsProperties;
    MethodParameters:
                            Name  Flags
      flowAnalyticsConfiguration  

  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 // com.microsoft.azure.management.network.implementation.FlowLogInner this
         0: .line 222
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.FlowLogInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.FlowLogInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/FlowLogInner;

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

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

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