Class EnvironmentImpl
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
org.qubership.atp.environments.model.impl.AbstractCreatedModified
org.qubership.atp.environments.model.impl.EnvironmentImpl
- All Implemented Interfaces:
Serializable,CreatedModified,Described,Environment,Identified,Named,Sourced
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
created, createdBy, modified, modifiedByFields inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
descriptionFields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentImpl(UUID uuid, String name, String graylogName, String description, String ssmSolutionAlias, String ssmInstanceAlias, String consulEgressConfigPath, Long created, UUID createdBy, Long modified, UUID modifiedBy, UUID projectId, List<System> systemsList, UUID categoryId, UUID sourceId, Object tags) TODO Make javadoc documentation for this method.EnvironmentImpl(UUID uuid, String name, String graylogName, String description, String ssmSolutionAlias, String ssmInstanceAlias, String consulEgressConfigPath, Long created, UUID createdBy, Long modified, UUID modifiedBy, UUID projectId, List<System> systemsList, UUID categoryId, UUID sourceId, List<String> tags) TODO Make javadoc documentation for this method. -
Method Summary
Modifier and TypeMethodDescriptiongetTags()voidsetCategoryId(UUID categoryId) voidsetConsulEgressConfigPath(String consulEgressConfigPath) voidsetGraylogName(String graylogName) voidsetProjectId(UUID projectId) voidsetSourceId(UUID sourceId) voidsetSsmInstanceAlias(String ssmInstanceAlias) voidsetSsmSolutionAlias(String ssmSolutionAlias) voidsetSystems(List<System> systemsList) voidMethods inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
getDescription, setDescriptionMethods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.CreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from interface org.qubership.atp.environments.model.Described
getDescription, setDescriptionMethods inherited from interface org.qubership.atp.environments.model.Environment
isParentMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, setId
-
Constructor Details
-
EnvironmentImpl
public EnvironmentImpl() -
EnvironmentImpl
public EnvironmentImpl(UUID uuid, String name, String graylogName, String description, String ssmSolutionAlias, String ssmInstanceAlias, String consulEgressConfigPath, Long created, UUID createdBy, Long modified, UUID modifiedBy, @Nonnull UUID projectId, List<System> systemsList, UUID categoryId, UUID sourceId, List<String> tags) TODO Make javadoc documentation for this method. -
EnvironmentImpl
public EnvironmentImpl(UUID uuid, String name, String graylogName, String description, String ssmSolutionAlias, String ssmInstanceAlias, String consulEgressConfigPath, Long created, UUID createdBy, Long modified, UUID modifiedBy, @Nonnull UUID projectId, List<System> systemsList, UUID categoryId, UUID sourceId, Object tags) TODO Make javadoc documentation for this method.
-
-
Method Details
-
getProjectId
- Specified by:
getProjectIdin interfaceEnvironment
-
setProjectId
- Specified by:
setProjectIdin interfaceEnvironment
-
getSystems
- Specified by:
getSystemsin interfaceEnvironment
-
setSystems
- Specified by:
setSystemsin interfaceEnvironment
-
getCategoryId
- Specified by:
getCategoryIdin interfaceEnvironment
-
setCategoryId
- Specified by:
setCategoryIdin interfaceEnvironment
-
getGraylogName
- Specified by:
getGraylogNamein interfaceEnvironment
-
setGraylogName
- Specified by:
setGraylogNamein interfaceEnvironment
-
getSourceId
- Specified by:
getSourceIdin interfaceSourced
-
setSourceId
- Specified by:
setSourceIdin interfaceSourced
-
getSsmSolutionAlias
- Specified by:
getSsmSolutionAliasin interfaceEnvironment
-
setSsmSolutionAlias
- Specified by:
setSsmSolutionAliasin interfaceEnvironment
-
getSsmInstanceAlias
- Specified by:
getSsmInstanceAliasin interfaceEnvironment
-
setSsmInstanceAlias
- Specified by:
setSsmInstanceAliasin interfaceEnvironment
-
getConsulEgressConfigPath
- Specified by:
getConsulEgressConfigPathin interfaceEnvironment
-
setConsulEgressConfigPath
- Specified by:
setConsulEgressConfigPathin interfaceEnvironment
-
getTags
- Specified by:
getTagsin interfaceEnvironment
-
setTags
- Specified by:
setTagsin interfaceEnvironment
-