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()voidvoidsetChangePointNotification(NotificationSetting changePointNotification) 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()withChangePointNotification(NotificationSetting changePointNotification) 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
-
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
-