public class com.microsoft.azure.management.batch.CertificateBaseProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.CertificateBaseProperties
  super_class: java.lang.Object
{
  private java.lang.String thumbprintAlgorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "thumbprintAlgorithm")

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

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

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

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

  public com.microsoft.azure.management.batch.CertificateBaseProperties withThumbprintAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/CertificateBaseProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
        start local 1 // java.lang.String thumbprintAlgorithm
         0: .line 55
            aload 0 /* this */
            aload 1 /* thumbprintAlgorithm */
            putfield com.microsoft.azure.management.batch.CertificateBaseProperties.thumbprintAlgorithm:Ljava/lang/String;
         1: .line 56
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String thumbprintAlgorithm
        end local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/CertificateBaseProperties;
            0    2     1  thumbprintAlgorithm  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      thumbprintAlgorithm  

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

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

  public com.microsoft.azure.management.batch.CertificateFormat format();
    descriptor: ()Lcom/microsoft/azure/management/batch/CertificateFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.CertificateBaseProperties.format:Lcom/microsoft/azure/management/batch/CertificateFormat;
            areturn
        end local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/CertificateBaseProperties;

  public com.microsoft.azure.management.batch.CertificateBaseProperties withFormat(com.microsoft.azure.management.batch.CertificateFormat);
    descriptor: (Lcom/microsoft/azure/management/batch/CertificateFormat;)Lcom/microsoft/azure/management/batch/CertificateBaseProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
        start local 1 // com.microsoft.azure.management.batch.CertificateFormat format
         0: .line 95
            aload 0 /* this */
            aload 1 /* format */
            putfield com.microsoft.azure.management.batch.CertificateBaseProperties.format:Lcom/microsoft/azure/management/batch/CertificateFormat;
         1: .line 96
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.CertificateFormat format
        end local 0 // com.microsoft.azure.management.batch.CertificateBaseProperties this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batch/CertificateBaseProperties;
            0    2     1  format  Lcom/microsoft/azure/management/batch/CertificateFormat;
    MethodParameters:
        Name  Flags
      format  
}
SourceFile: "CertificateBaseProperties.java"