Class EnvInstEndPointPojo

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

public class EnvInstEndPointPojo extends BasePOJO
This class stores an endpoint id and a list of resource type ids for an Target
See Also:
  • Constructor Details

    • EnvInstEndPointPojo

      public EnvInstEndPointPojo()
  • Method Details

    • setEndPointId

      public void setEndPointId(Long pEndPointId)
    • getEndPointId

      public Long getEndPointId()
    • setResourceIds

      public void setResourceIds(List<Long> pResourceTypeIds)
    • getResourceIds

      public List<Long> getResourceIds()
    • setEndPointName

      public void setEndPointName(String pEndPointName)
    • getEndPointName

      public String getEndPointName()
    • setResourceNames

      public void setResourceNames(List<String> pResourceNames)
    • getResourceNames

      public List<String> getResourceNames()