Class Project

java.lang.Object
io.gs2.project.model.Project
All Implemented Interfaces:
IModel, Serializable, Comparable<Project>

public class Project extends Object implements IModel, Serializable, Comparable<Project>
See Also:
  • Constructor Details

    • Project

      public Project()
  • Method Details

    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • withProjectId

      public Project withProjectId(String projectId)
    • getAccountName

      public String getAccountName()
    • setAccountName

      public void setAccountName(String accountName)
    • withAccountName

      public Project withAccountName(String accountName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Project withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public Project withDescription(String description)
    • getPlan

      public String getPlan()
    • setPlan

      public void setPlan(String plan)
    • withPlan

      public Project withPlan(String plan)
    • getBillingMethodName

      public String getBillingMethodName()
    • setBillingMethodName

      public void setBillingMethodName(String billingMethodName)
    • withBillingMethodName

      public Project withBillingMethodName(String billingMethodName)
    • getEnableEventBridge

      public String getEnableEventBridge()
    • setEnableEventBridge

      public void setEnableEventBridge(String enableEventBridge)
    • withEnableEventBridge

      public Project withEnableEventBridge(String enableEventBridge)
    • getEventBridgeAwsAccountId

      public String getEventBridgeAwsAccountId()
    • setEventBridgeAwsAccountId

      public void setEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • withEventBridgeAwsAccountId

      public Project withEventBridgeAwsAccountId(String eventBridgeAwsAccountId)
    • getEventBridgeAwsRegion

      public String getEventBridgeAwsRegion()
    • setEventBridgeAwsRegion

      public void setEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • withEventBridgeAwsRegion

      public Project withEventBridgeAwsRegion(String eventBridgeAwsRegion)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Project withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Project withUpdatedAt(Long updatedAt)
    • fromJson

      public static Project fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Project o)
      Specified by:
      compareTo in interface Comparable<Project>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object