public class com.microsoft.azure.management.appservice.implementation.PublicCertificateInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.PublicCertificateInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private byte[] blob;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.blob")

  private com.microsoft.azure.management.appservice.PublicCertificateLocation publicCertificateLocation;
    descriptor: Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicCertificateLocation")

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

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

  public byte[] blob();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
         0: .line 46
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.PublicCertificateInner.blob:[B
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;

  public com.microsoft.azure.management.appservice.implementation.PublicCertificateInner withBlob(byte[]);
    descriptor: ([B)Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
        start local 1 // byte[] blob
         0: .line 56
            aload 0 /* this */
            aload 1 /* blob */
            putfield com.microsoft.azure.management.appservice.implementation.PublicCertificateInner.blob:[B
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // byte[] blob
        end local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;
            0    2     1  blob  [B
    MethodParameters:
      Name  Flags
      blob  

  public com.microsoft.azure.management.appservice.PublicCertificateLocation publicCertificateLocation();
    descriptor: ()Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
         0: .line 66
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.PublicCertificateInner.publicCertificateLocation:Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;

  public com.microsoft.azure.management.appservice.implementation.PublicCertificateInner withPublicCertificateLocation(com.microsoft.azure.management.appservice.PublicCertificateLocation);
    descriptor: (Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;)Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
        start local 1 // com.microsoft.azure.management.appservice.PublicCertificateLocation publicCertificateLocation
         0: .line 76
            aload 0 /* this */
            aload 1 /* publicCertificateLocation */
            putfield com.microsoft.azure.management.appservice.implementation.PublicCertificateInner.publicCertificateLocation:Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.PublicCertificateLocation publicCertificateLocation
        end local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;
            0    2     1  publicCertificateLocation  Lcom/microsoft/azure/management/appservice/PublicCertificateLocation;
    MethodParameters:
                           Name  Flags
      publicCertificateLocation  

  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.appservice.implementation.PublicCertificateInner this
         0: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.PublicCertificateInner.thumbprint:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.PublicCertificateInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/PublicCertificateInner;
}
SourceFile: "PublicCertificateInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()