Class AppLovinMax

java.lang.Object
io.gs2.adReward.model.AppLovinMax
All Implemented Interfaces:
IModel, Serializable

public class AppLovinMax extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • AppLovinMax

      public AppLovinMax()
  • Method Details

    • getAllowAdUnitId

      public String getAllowAdUnitId()
    • setAllowAdUnitId

      public void setAllowAdUnitId(String allowAdUnitId)
    • withAllowAdUnitId

      public AppLovinMax withAllowAdUnitId(String allowAdUnitId)
    • getEventKey

      public String getEventKey()
    • setEventKey

      public void setEventKey(String eventKey)
    • withEventKey

      public AppLovinMax withEventKey(String eventKey)
    • fromJson

      public static AppLovinMax fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

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

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