public class com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty
  super_class: java.lang.Object
{
  private com.microsoft.sqlserver.jdbc.dataclassification.Label label;
    descriptor: Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.sqlserver.jdbc.dataclassification.InformationType informationType;
    descriptor: Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
    flags: (0x0002) ACC_PRIVATE

  private int sensitivityRank;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.microsoft.sqlserver.jdbc.dataclassification.Label, com.microsoft.sqlserver.jdbc.dataclassification.InformationType);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
        start local 1 // com.microsoft.sqlserver.jdbc.dataclassification.Label label
        start local 2 // com.microsoft.sqlserver.jdbc.dataclassification.InformationType informationType
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            aload 1 /* label */
            putfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.label:Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
         2: .line 26
            aload 0 /* this */
            aload 2 /* informationType */
            putfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.informationType:Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
         3: .line 27
            return
        end local 2 // com.microsoft.sqlserver.jdbc.dataclassification.InformationType informationType
        end local 1 // com.microsoft.sqlserver.jdbc.dataclassification.Label label
        end local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/sqlserver/jdbc/dataclassification/SensitivityProperty;
            0    4     1            label  Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
            0    4     2  informationType  Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
    MethodParameters:
                 Name  Flags
      label            
      informationType  

  public void <init>(com.microsoft.sqlserver.jdbc.dataclassification.Label, com.microsoft.sqlserver.jdbc.dataclassification.InformationType, int);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
        start local 1 // com.microsoft.sqlserver.jdbc.dataclassification.Label label
        start local 2 // com.microsoft.sqlserver.jdbc.dataclassification.InformationType informationType
        start local 3 // int sensitivityRank
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* label */
            putfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.label:Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
         2: .line 41
            aload 0 /* this */
            aload 2 /* informationType */
            putfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.informationType:Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
         3: .line 42
            aload 0 /* this */
            iload 3 /* sensitivityRank */
            putfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.sensitivityRank:I
         4: .line 43
            return
        end local 3 // int sensitivityRank
        end local 2 // com.microsoft.sqlserver.jdbc.dataclassification.InformationType informationType
        end local 1 // com.microsoft.sqlserver.jdbc.dataclassification.Label label
        end local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/sqlserver/jdbc/dataclassification/SensitivityProperty;
            0    5     1            label  Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
            0    5     2  informationType  Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
            0    5     3  sensitivityRank  I
    MethodParameters:
                 Name  Flags
      label            
      informationType  
      sensitivityRank  

  public com.microsoft.sqlserver.jdbc.dataclassification.Label getLabel();
    descriptor: ()Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.label:Lcom/microsoft/sqlserver/jdbc/dataclassification/Label;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/dataclassification/SensitivityProperty;

  public com.microsoft.sqlserver.jdbc.dataclassification.InformationType getInformationType();
    descriptor: ()Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
         0: .line 60
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.informationType:Lcom/microsoft/sqlserver/jdbc/dataclassification/InformationType;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/dataclassification/SensitivityProperty;

  public int getSensitivityRank();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty.sensitivityRank:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.dataclassification.SensitivityProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/dataclassification/SensitivityProperty;
}
SourceFile: "SensitivityProperty.java"