Class EnvironmentInstancePojo

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

public class EnvironmentInstancePojo extends BasePOJO
This class is used for EnvironmentInstance related REST API calls
See Also:
  • Constructor Details

    • EnvironmentInstancePojo

      public EnvironmentInstancePojo()
  • Method Details

    • setEnvironmentId

      public void setEnvironmentId(Long pEnvironmentId)
    • getEnvironmentId

      public Long getEnvironmentId()
    • setInstanceId

      public void setInstanceId(Long pInstanceId)
    • getInstanceId

      public Long getInstanceId()
    • setIsActive

      public void setIsActive(Boolean pIsActive)
    • getIsActive

      public Boolean getIsActive()
    • setEndPoints

      public void setEndPoints(List<EnvInstEndPointPojo> pEndPoints)
    • getEndPoints

      public List<EnvInstEndPointPojo> getEndPoints()
    • setProperties

      public void setProperties(List<PropertyValuePojo> pProperties)
    • getProperties

      public List<PropertyValuePojo> getProperties()
    • validate

      public void validate() throws FlexCheckedException
      Throws:
      FlexCheckedException
    • 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