Package io.gs2.project.model
Class Project
java.lang.Object
io.gs2.project.model.Project
- All Implemented Interfaces:
IModel,Serializable,Comparable<Project>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ProjectfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getPlan()inthashCode()voidsetAccountName(String accountName) voidsetBillingMethodName(String billingMethodName) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetEnableEventBridge(String enableEventBridge) voidsetEventBridgeAwsAccountId(String eventBridgeAwsAccountId) voidsetEventBridgeAwsRegion(String eventBridgeAwsRegion) voidvoidvoidsetProjectId(String projectId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountName(String accountName) withBillingMethodName(String billingMethodName) withCreatedAt(Long createdAt) withDescription(String description) withEnableEventBridge(String enableEventBridge) withEventBridgeAwsAccountId(String eventBridgeAwsAccountId) withEventBridgeAwsRegion(String eventBridgeAwsRegion) withProjectId(String projectId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
getProjectId
-
setProjectId
-
withProjectId
-
getAccountName
-
setAccountName
-
withAccountName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getPlan
-
setPlan
-
withPlan
-
getBillingMethodName
-
setBillingMethodName
-
withBillingMethodName
-
getEnableEventBridge
-
setEnableEventBridge
-
withEnableEventBridge
-
getEventBridgeAwsAccountId
-
setEventBridgeAwsAccountId
-
withEventBridgeAwsAccountId
-
getEventBridgeAwsRegion
-
setEventBridgeAwsRegion
-
withEventBridgeAwsRegion
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Project>
-
hashCode
public int hashCode() -
equals
-