public class 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.GalleryArtifactPublishingProfileBase
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.compute.TargetRegion> targetRegions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/compute/TargetRegion;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "targetRegions")

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

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

  private org.joda.time.DateTime publishedDate;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "publishedDate", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime endOfLifeDate;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "endOfLifeDate")

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

  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.GalleryArtifactPublishingProfileBase this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;

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

  public com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase withTargetRegions(java.util.List<com.microsoft.azure.management.compute.TargetRegion>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
        start local 1 // java.util.List targetRegions
         0: .line 78
            aload 0 /* this */
            aload 1 /* targetRegions */
            putfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.targetRegions:Ljava/util/List;
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // java.util.List targetRegions
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
            0    2     1  targetRegions  Ljava/util/List<Lcom/microsoft/azure/management/compute/TargetRegion;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/compute/TargetRegion;>;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    MethodParameters:
               Name  Flags
      targetRegions  

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

  public com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase withReplicaCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
        start local 1 // java.lang.Integer replicaCount
         0: .line 98
            aload 0 /* this */
            aload 1 /* replicaCount */
            putfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.replicaCount:Ljava/lang/Integer;
         1: .line 99
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer replicaCount
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
            0    2     1  replicaCount  Ljava/lang/Integer;
    MethodParameters:
              Name  Flags
      replicaCount  

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

  public com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase withExcludeFromLatest(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
        start local 1 // java.lang.Boolean excludeFromLatest
         0: .line 118
            aload 0 /* this */
            aload 1 /* excludeFromLatest */
            putfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.excludeFromLatest:Ljava/lang/Boolean;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean excludeFromLatest
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
            0    2     1  excludeFromLatest  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      excludeFromLatest  

  public org.joda.time.DateTime publishedDate();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
         0: .line 128
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.publishedDate:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;

  public org.joda.time.DateTime endOfLifeDate();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
         0: .line 137
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.endOfLifeDate:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;

  public com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase withEndOfLifeDate(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
        start local 1 // org.joda.time.DateTime endOfLifeDate
         0: .line 147
            aload 0 /* this */
            aload 1 /* endOfLifeDate */
            putfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.endOfLifeDate:Lorg/joda/time/DateTime;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime endOfLifeDate
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
            0    2     1  endOfLifeDate  Lorg/joda/time/DateTime;
    MethodParameters:
               Name  Flags
      endOfLifeDate  

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

  public com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase withStorageAccountType(com.microsoft.azure.management.compute.StorageAccountType);
    descriptor: (Lcom/microsoft/azure/management/compute/StorageAccountType;)Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
        start local 1 // com.microsoft.azure.management.compute.StorageAccountType storageAccountType
         0: .line 167
            aload 0 /* this */
            aload 1 /* storageAccountType */
            putfield com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase.storageAccountType:Lcom/microsoft/azure/management/compute/StorageAccountType;
         1: .line 168
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.StorageAccountType storageAccountType
        end local 0 // com.microsoft.azure.management.compute.GalleryArtifactPublishingProfileBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/compute/GalleryArtifactPublishingProfileBase;
            0    2     1  storageAccountType  Lcom/microsoft/azure/management/compute/StorageAccountType;
    MethodParameters:
                    Name  Flags
      storageAccountType  
}
SourceFile: "GalleryArtifactPublishingProfileBase.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty