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

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

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

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

  private java.util.List<java.lang.String> subjectAlternativeNames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "subjectAlternativeNames")

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

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

  public com.microsoft.azure.management.cdn.CustomerCertificate withVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
        start local 1 // java.lang.String version
         0: .line 64
            aload 0 /* this */
            aload 1 /* version */
            putfield com.microsoft.azure.management.cdn.CustomerCertificate.version:Ljava/lang/String;
         1: .line 65
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String version
        end local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/CustomerCertificate;
            0    2     1  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      version  

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

  public com.microsoft.azure.management.cdn.CustomerCertificate withCertificateAuthority(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
        start local 1 // java.lang.String certificateAuthority
         0: .line 84
            aload 0 /* this */
            aload 1 /* certificateAuthority */
            putfield com.microsoft.azure.management.cdn.CustomerCertificate.certificateAuthority:Ljava/lang/String;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String certificateAuthority
        end local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/cdn/CustomerCertificate;
            0    2     1  certificateAuthority  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      certificateAuthority  

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

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

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

  public com.microsoft.azure.management.cdn.CustomerCertificate withUseLatestVersion(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
        start local 1 // java.lang.Boolean useLatestVersion
         0: .line 124
            aload 0 /* this */
            aload 1 /* useLatestVersion */
            putfield com.microsoft.azure.management.cdn.CustomerCertificate.useLatestVersion:Ljava/lang/Boolean;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean useLatestVersion
        end local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/cdn/CustomerCertificate;
            0    2     1  useLatestVersion  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      useLatestVersion  

  public java.util.List<java.lang.String> subjectAlternativeNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.CustomerCertificate.subjectAlternativeNames:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.cdn.CustomerCertificate withSubjectAlternativeNames(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
        start local 1 // java.util.List subjectAlternativeNames
         0: .line 144
            aload 0 /* this */
            aload 1 /* subjectAlternativeNames */
            putfield com.microsoft.azure.management.cdn.CustomerCertificate.subjectAlternativeNames:Ljava/util/List;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // java.util.List subjectAlternativeNames
        end local 0 // com.microsoft.azure.management.cdn.CustomerCertificate this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/cdn/CustomerCertificate;
            0    2     1  subjectAlternativeNames  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/cdn/CustomerCertificate;
    MethodParameters:
                         Name  Flags
      subjectAlternativeNames  
}
SourceFile: "CustomerCertificate.java"