Package io.gs2.mission.model
Class MissionTaskModelMaster
java.lang.Object
io.gs2.mission.model.MissionTaskModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<MissionTaskModelMaster>
public class MissionTaskModelMaster
extends Object
implements IModel, Serializable, Comparable<MissionTaskModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic MissionTaskModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) Deprecated.getName()Deprecated.Deprecated.inthashCode()voidsetChallengePeriodEventId(String challengePeriodEventId) voidsetCompleteAcquireActions(List<AcquireAction> completeAcquireActions) voidsetCounterName(String counterName) Deprecated.voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetMetadata(String metadata) voidsetMissionTaskId(String missionTaskId) voidvoidsetPremiseMissionTaskName(String premiseMissionTaskName) voidsetRevision(Long revision) voidsetTargetCounter(TargetCounterModel targetCounter) voidsetTargetResetType(String targetResetType) Deprecated.voidsetTargetValue(Long targetValue) Deprecated.voidsetUpdatedAt(Long updatedAt) voidsetVerifyCompleteConsumeActions(List<ConsumeAction> verifyCompleteConsumeActions) voidsetVerifyCompleteType(String verifyCompleteType) com.fasterxml.jackson.databind.JsonNodetoJson()withChallengePeriodEventId(String challengePeriodEventId) withCompleteAcquireActions(List<AcquireAction> completeAcquireActions) withCounterName(String counterName) Deprecated.withCreatedAt(Long createdAt) withDescription(String description) withMetadata(String metadata) withMissionTaskId(String missionTaskId) withPremiseMissionTaskName(String premiseMissionTaskName) withRevision(Long revision) withTargetCounter(TargetCounterModel targetCounter) withTargetResetType(String targetResetType) Deprecated.withTargetValue(Long targetValue) Deprecated.withUpdatedAt(Long updatedAt) withVerifyCompleteConsumeActions(List<ConsumeAction> verifyCompleteConsumeActions) withVerifyCompleteType(String verifyCompleteType)
-
Constructor Details
-
MissionTaskModelMaster
public MissionTaskModelMaster()
-
-
Method Details
-
getMissionTaskId
-
setMissionTaskId
-
withMissionTaskId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getDescription
-
setDescription
-
withDescription
-
getVerifyCompleteType
-
setVerifyCompleteType
-
withVerifyCompleteType
-
getTargetCounter
-
setTargetCounter
-
withTargetCounter
-
getVerifyCompleteConsumeActions
-
setVerifyCompleteConsumeActions
-
withVerifyCompleteConsumeActions
public MissionTaskModelMaster withVerifyCompleteConsumeActions(List<ConsumeAction> verifyCompleteConsumeActions) -
getCompleteAcquireActions
-
setCompleteAcquireActions
-
withCompleteAcquireActions
public MissionTaskModelMaster withCompleteAcquireActions(List<AcquireAction> completeAcquireActions) -
getChallengePeriodEventId
-
setChallengePeriodEventId
-
withChallengePeriodEventId
-
getPremiseMissionTaskName
-
setPremiseMissionTaskName
-
withPremiseMissionTaskName
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
getCounterName
Deprecated. -
setCounterName
Deprecated. -
withCounterName
Deprecated. -
getTargetResetType
Deprecated. -
setTargetResetType
Deprecated. -
withTargetResetType
Deprecated. -
getTargetValue
Deprecated. -
setTargetValue
Deprecated. -
withTargetValue
Deprecated. -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<MissionTaskModelMaster>
-
hashCode
public int hashCode() -
equals
-