Class EnvironmentInstancePojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.topology.EnvironmentInstancePojo
- All Implemented Interfaces:
Serializable
This class is used for EnvironmentInstance related REST API calls
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndPoints(List<EnvInstEndPointPojo> pEndPoints) voidsetEnvironmentId(Long pEnvironmentId) voidsetInstanceId(Long pInstanceId) voidsetIsActive(Boolean pIsActive) voidsetProperties(List<PropertyValuePojo> pProperties) toString()Returns custom String representation implemented by walking complete object structure.voidvalidate()
-
Constructor Details
-
EnvironmentInstancePojo
public EnvironmentInstancePojo()
-
-
Method Details
-
setEnvironmentId
-
getEnvironmentId
-
setInstanceId
-
getInstanceId
-
setIsActive
-
getIsActive
-
setEndPoints
-
getEndPoints
-
setProperties
-
getProperties
-
validate
- Throws:
FlexCheckedException
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.
-