public class Project extends Object implements IModel, Serializable, Comparable<Project>
| Constructor and Description |
|---|
Project() |
public String getProjectId()
public void setProjectId(String projectId)
public String getAccountName()
public void setAccountName(String accountName)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getPlan()
public void setPlan(String plan)
public String getBillingMethodName()
public void setBillingMethodName(String billingMethodName)
public String getEnableEventBridge()
public void setEnableEventBridge(String enableEventBridge)
public String getEventBridgeAwsAccountId()
public void setEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
public Project withEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
public String getEventBridgeAwsRegion()
public void setEventBridgeAwsRegion(String eventBridgeAwsRegion)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Project fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Project o)
compareTo in interface Comparable<Project>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.