Class ProjectSCMConfigValue

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.project.ProjectSCMConfigValue
All Implemented Interfaces:
Serializable

public class ProjectSCMConfigValue extends BasePOJO
See Also:
  • Constructor Details

    • ProjectSCMConfigValue

      public ProjectSCMConfigValue()
    • ProjectSCMConfigValue

      public ProjectSCMConfigValue(String pConfigName, String pConfigValue)
  • Method Details

    • setConfigName

      public void setConfigName(String pConfigName)
    • getConfigName

      public String getConfigName()
    • setConfigValue

      public void setConfigValue(String pConfigValue)
    • getConfigValue

      public String getConfigValue()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object