public class ThresholdMaster extends Object implements IModel, Serializable, Comparable<ThresholdMaster>
| Constructor and Description |
|---|
ThresholdMaster() |
public String getThresholdId()
public void setThresholdId(String thresholdId)
public ThresholdMaster withThresholdId(String thresholdId)
public String getName()
public void setName(String name)
public ThresholdMaster withName(String name)
public String getDescription()
public void setDescription(String description)
public ThresholdMaster withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public ThresholdMaster withMetadata(String metadata)
public ThresholdMaster withValues(List<Long> values)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public ThresholdMaster withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public ThresholdMaster withUpdatedAt(Long updatedAt)
public static ThresholdMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(ThresholdMaster o)
compareTo in interface Comparable<ThresholdMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.