Class AllowanceExhaustedNotification

java.lang.Object
co.yellowdog.platform.interaction.usage.AllowanceExhaustedNotification

public class AllowanceExhaustedNotification extends Object
  • Method Details

    • builder

      public static AllowanceExhaustedNotification.Builder builder()
    • getAllowanceId

      public String getAllowanceId()
    • getAllowanceDescription

      public String getAllowanceDescription()
    • getExhaustedSourceIds

      public List<String> getExhaustedSourceIds()
    • setAllowanceId

      public void setAllowanceId(String allowanceId)
    • setAllowanceDescription

      public void setAllowanceDescription(String allowanceDescription)
    • setExhaustedSourceIds

      public void setExhaustedSourceIds(List<String> exhaustedSourceIds)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object