Class ScheduleType


  • public class ScheduleType
    extends java.lang.Object
    ScheduleType

    The schedule type

    • Constructor Detail

      • ScheduleType

        public ScheduleType​(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value,
                            org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
      • ScheduleType

        public ScheduleType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<CampaignValue> value()
        The schedule type of the campaign.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<CampaignSourceValue> sourceValue()
        The source value of the schedule type.
      • withValue

        public ScheduleType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignValue> value)
        The schedule type of the campaign.
      • withSourceValue

        public ScheduleType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CampaignSourceValue> sourceValue)
        The source value of the schedule type.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object