Package io.gs2.adReward.model
Class Namespace
java.lang.Object
io.gs2.adReward.model.Namespace
- All Implemented Interfaces:
IModel,Serializable,Comparable<Namespace>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacefromJson(com.fasterxml.jackson.databind.JsonNode data) getAdmob()getName()inthashCode()voidsetAcquirePointScript(ScriptSetting acquirePointScript) voidvoidsetAppLovinMaxes(List<AppLovinMax> appLovinMaxes) voidsetChangePointNotification(NotificationSetting changePointNotification) voidsetConsumePointScript(ScriptSetting consumePointScript) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetLogSetting(LogSetting logSetting) voidvoidsetNamespaceId(String namespaceId) voidsetRevision(Long revision) voidsetUnityAd(UnityAd unityAd) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquirePointScript(ScriptSetting acquirePointScript) withAppLovinMaxes(List<AppLovinMax> appLovinMaxes) withChangePointNotification(NotificationSetting changePointNotification) withConsumePointScript(ScriptSetting consumePointScript) withCreatedAt(Long createdAt) withDescription(String description) withLogSetting(LogSetting logSetting) withNamespaceId(String namespaceId) withRevision(Long revision) withUnityAd(UnityAd unityAd) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Namespace
public Namespace()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getAdmob
-
setAdmob
-
withAdmob
-
getUnityAd
-
setUnityAd
-
withUnityAd
-
getAppLovinMaxes
-
setAppLovinMaxes
-
withAppLovinMaxes
-
getAcquirePointScript
-
setAcquirePointScript
-
withAcquirePointScript
-
getConsumePointScript
-
setConsumePointScript
-
withConsumePointScript
-
getChangePointNotification
-
setChangePointNotification
-
withChangePointNotification
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Namespace>
-
hashCode
public int hashCode() -
equals
-