public class com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile extends com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile
  super_class: com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase
{
  private com.microsoft.azure.management.compute.UserArtifactSource source;
    descriptor: Lcom/microsoft/azure/management/compute/UserArtifactSource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "source", required = true)

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

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

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

  public com.microsoft.azure.management.compute.UserArtifactSource source();
    descriptor: ()Lcom/microsoft/azure/management/compute/UserArtifactSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
         0: .line 41
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile.source:Lcom/microsoft/azure/management/compute/UserArtifactSource;
            areturn
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;

  public com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile withSource(com.microsoft.azure.management.compute.UserArtifactSource);
    descriptor: (Lcom/microsoft/azure/management/compute/UserArtifactSource;)Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
        start local 1 // com.microsoft.azure.management.compute.UserArtifactSource source
         0: .line 51
            aload 0 /* this */
            aload 1 /* source */
            putfield com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile.source:Lcom/microsoft/azure/management/compute/UserArtifactSource;
         1: .line 52
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.UserArtifactSource source
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
            0    2     1  source  Lcom/microsoft/azure/management/compute/UserArtifactSource;
    MethodParameters:
        Name  Flags
      source  

  public com.microsoft.azure.management.compute.UserArtifactManage manageActions();
    descriptor: ()Lcom/microsoft/azure/management/compute/UserArtifactManage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
         0: .line 61
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile.manageActions:Lcom/microsoft/azure/management/compute/UserArtifactManage;
            areturn
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;

  public com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile withManageActions(com.microsoft.azure.management.compute.UserArtifactManage);
    descriptor: (Lcom/microsoft/azure/management/compute/UserArtifactManage;)Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
        start local 1 // com.microsoft.azure.management.compute.UserArtifactManage manageActions
         0: .line 71
            aload 0 /* this */
            aload 1 /* manageActions */
            putfield com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile.manageActions:Lcom/microsoft/azure/management/compute/UserArtifactManage;
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.UserArtifactManage manageActions
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
            0    2     1  manageActions  Lcom/microsoft/azure/management/compute/UserArtifactManage;
    MethodParameters:
               Name  Flags
      manageActions  

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

  public com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile withEnableHealthCheck(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
        start local 1 // java.lang.Boolean enableHealthCheck
         0: .line 91
            aload 0 /* this */
            aload 1 /* enableHealthCheck */
            putfield com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile.enableHealthCheck:Ljava/lang/Boolean;
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableHealthCheck
        end local 0 // com.microsoft.azure.management.compute.GalleryApplicationVersionPublishingProfile this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/GalleryApplicationVersionPublishingProfile;
            0    2     1  enableHealthCheck  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      enableHealthCheck  
}
SourceFile: "GalleryApplicationVersionPublishingProfile.java"