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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.monitor.RecurrentSchedule withDays(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
        start local 1 // java.util.List days
         0: .line 118
            aload 0 /* this */
            aload 1 /* days */
            putfield com.microsoft.azure.management.monitor.RecurrentSchedule.days:Ljava/util/List;
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // java.util.List days
        end local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
            0    2     1  days  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    MethodParameters:
      Name  Flags
      days  

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

  public com.microsoft.azure.management.monitor.RecurrentSchedule withHours(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
        start local 1 // java.util.List hours
         0: .line 138
            aload 0 /* this */
            aload 1 /* hours */
            putfield com.microsoft.azure.management.monitor.RecurrentSchedule.hours:Ljava/util/List;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // java.util.List hours
        end local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
            0    2     1  hours  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    MethodParameters:
       Name  Flags
      hours  

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

  public com.microsoft.azure.management.monitor.RecurrentSchedule withMinutes(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
        start local 1 // java.util.List minutes
         0: .line 158
            aload 0 /* this */
            aload 1 /* minutes */
            putfield com.microsoft.azure.management.monitor.RecurrentSchedule.minutes:Ljava/util/List;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // java.util.List minutes
        end local 0 // com.microsoft.azure.management.monitor.RecurrentSchedule this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
            0    2     1  minutes  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)Lcom/microsoft/azure/management/monitor/RecurrentSchedule;
    MethodParameters:
         Name  Flags
      minutes  
}
SourceFile: "RecurrentSchedule.java"