Class ManagedByEntityRulesAffiliate

java.lang.Object
travel.wink.sdk.affiliate.model.ManagedByEntityRulesAffiliate

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:21.456735702+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class ManagedByEntityRulesAffiliate extends Object
ManagedByEntityRulesAffiliate
  • Field Details

  • Constructor Details

    • ManagedByEntityRulesAffiliate

      public ManagedByEntityRulesAffiliate()
    • ManagedByEntityRulesAffiliate

      public ManagedByEntityRulesAffiliate(Boolean nonExpired)
      Constructor with only readonly parameters
  • Method Details

    • expires

      public ManagedByEntityRulesAffiliate expires(@Nullable LocalDate expires)
    • getExpires

      @Nullable @Valid public @Valid LocalDate getExpires()
      Optional expiration date when agency is no longer managing this entity.
      Returns:
      expires
    • setExpires

      public void setExpires(@Nullable LocalDate expires)
    • numBookings

      public ManagedByEntityRulesAffiliate numBookings(@Nullable Integer numBookings)
    • getNumBookings

      @Nullable public Integer getNumBookings()
      Optional total number of bookings [left] the agency is entitled to commission. This number will decrement every time a booking is made with this agency involved.
      Returns:
      numBookings
    • setNumBookings

      public void setNumBookings(@Nullable Integer numBookings)
    • getNonExpired

      @Nullable public Boolean getNonExpired()
      Whether managing entity rules has expired.
      Returns:
      nonExpired
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object