public class com.microsoft.azure.management.batchai.AppInsightsReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.AppInsightsReference
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.batchai.ResourceId component;
    descriptor: Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "component", required = true)

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

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

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

  public com.microsoft.azure.management.batchai.ResourceId component();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
         0: .line 46
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.AppInsightsReference.component:Lcom/microsoft/azure/management/batchai/ResourceId;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/AppInsightsReference;

  public com.microsoft.azure.management.batchai.AppInsightsReference withComponent(com.microsoft.azure.management.batchai.ResourceId);
    descriptor: (Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/AppInsightsReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
        start local 1 // com.microsoft.azure.management.batchai.ResourceId component
         0: .line 56
            aload 0 /* this */
            aload 1 /* component */
            putfield com.microsoft.azure.management.batchai.AppInsightsReference.component:Lcom/microsoft/azure/management/batchai/ResourceId;
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.ResourceId component
        end local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/AppInsightsReference;
            0    2     1  component  Lcom/microsoft/azure/management/batchai/ResourceId;
    MethodParameters:
           Name  Flags
      component  

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

  public com.microsoft.azure.management.batchai.AppInsightsReference withInstrumentationKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AppInsightsReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
        start local 1 // java.lang.String instrumentationKey
         0: .line 76
            aload 0 /* this */
            aload 1 /* instrumentationKey */
            putfield com.microsoft.azure.management.batchai.AppInsightsReference.instrumentationKey:Ljava/lang/String;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String instrumentationKey
        end local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/batchai/AppInsightsReference;
            0    2     1  instrumentationKey  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      instrumentationKey  

  public com.microsoft.azure.management.batchai.KeyVaultSecretReference instrumentationKeySecretReference();
    descriptor: ()Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
         0: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.AppInsightsReference.instrumentationKeySecretReference:Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/AppInsightsReference;

  public com.microsoft.azure.management.batchai.AppInsightsReference withInstrumentationKeySecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
    descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AppInsightsReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
        start local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference instrumentationKeySecretReference
         0: .line 96
            aload 0 /* this */
            aload 1 /* instrumentationKeySecretReference */
            putfield com.microsoft.azure.management.batchai.AppInsightsReference.instrumentationKeySecretReference:Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
         1: .line 97
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batchai.KeyVaultSecretReference instrumentationKeySecretReference
        end local 0 // com.microsoft.azure.management.batchai.AppInsightsReference this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    2     0                               this  Lcom/microsoft/azure/management/batchai/AppInsightsReference;
            0    2     1  instrumentationKeySecretReference  Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
    MethodParameters:
                                   Name  Flags
      instrumentationKeySecretReference  
}
SourceFile: "AppInsightsReference.java"