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

  private int timeWindowInMinutes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "timeWindowInMinutes", 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.Schedule this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.monitor.Schedule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/Schedule;

  public int frequencyInMinutes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.Schedule this
         0: .line 36
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.Schedule.frequencyInMinutes:I
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.Schedule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/Schedule;

  public com.microsoft.azure.management.monitor.Schedule withFrequencyInMinutes(int);
    descriptor: (I)Lcom/microsoft/azure/management/monitor/Schedule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.Schedule this
        start local 1 // int frequencyInMinutes
         0: .line 46
            aload 0 /* this */
            iload 1 /* frequencyInMinutes */
            putfield com.microsoft.azure.management.monitor.Schedule.frequencyInMinutes:I
         1: .line 47
            aload 0 /* this */
            areturn
        end local 1 // int frequencyInMinutes
        end local 0 // com.microsoft.azure.management.monitor.Schedule this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/monitor/Schedule;
            0    2     1  frequencyInMinutes  I
    MethodParameters:
                    Name  Flags
      frequencyInMinutes  

  public int timeWindowInMinutes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.Schedule this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.Schedule.timeWindowInMinutes:I
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.Schedule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/Schedule;

  public com.microsoft.azure.management.monitor.Schedule withTimeWindowInMinutes(int);
    descriptor: (I)Lcom/microsoft/azure/management/monitor/Schedule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.Schedule this
        start local 1 // int timeWindowInMinutes
         0: .line 66
            aload 0 /* this */
            iload 1 /* timeWindowInMinutes */
            putfield com.microsoft.azure.management.monitor.Schedule.timeWindowInMinutes:I
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // int timeWindowInMinutes
        end local 0 // com.microsoft.azure.management.monitor.Schedule this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/monitor/Schedule;
            0    2     1  timeWindowInMinutes  I
    MethodParameters:
                     Name  Flags
      timeWindowInMinutes  
}
SourceFile: "Schedule.java"