Class AdMob

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

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

    • AdMob

      public AdMob()
  • Method Details

    • getAllowAdUnitIds

      public List<String> getAllowAdUnitIds()
    • setAllowAdUnitIds

      public void setAllowAdUnitIds(List<String> allowAdUnitIds)
    • withAllowAdUnitIds

      public AdMob withAllowAdUnitIds(List<String> allowAdUnitIds)
    • fromJson

      public static AdMob 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