Class EnvInstEndPointPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.topology.EnvInstEndPointPojo
- All Implemented Interfaces:
Serializable
This class stores an endpoint id and a list of resource type ids for an Target
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndPointId(Long pEndPointId) voidsetEndPointName(String pEndPointName) voidsetResourceIds(List<Long> pResourceTypeIds) voidsetResourceNames(List<String> pResourceNames)
-
Constructor Details
-
EnvInstEndPointPojo
public EnvInstEndPointPojo()
-
-
Method Details
-
setEndPointId
-
getEndPointId
-
setResourceIds
-
getResourceIds
-
setEndPointName
-
getEndPointName
-
setResourceNames
-
getResourceNames
-