public class DependencyInfo extends Object
Constructor and Description |
---|
DependencyInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AutoDeployInfo |
getAutoDeploy()
Getter for the auto-deploy property.
|
String |
getComponentName()
Get the component name of the dependency.
|
List<DependencyConditionInfo> |
getDependencyConditions()
Get the dependencyConditions list
|
String |
getName()
Getter for name property.
|
String |
getScope()
Getter for scope property.
|
String |
getServiceName()
Get the service name associated with the dependency component.
|
String |
getType() |
boolean |
hasDependencyConditions()
Confirms if dependency have any condition or not
|
int |
hashCode() |
void |
setAutoDeploy(AutoDeployInfo autoDeploy)
Setter for auto-deploy property.
|
void |
setDependencyConditions(List<DependencyConditionInfo> dependencyConditions)
Set dependencyConditions
|
void |
setName(String name)
Setter for name property.
|
void |
setScope(String scope)
Setter for scope property.
|
void |
setType(String type) |
String |
toString() |
public void setName(String name)
name
- the name of the component which is the dependency
in the form serviceName/componentNamepublic String getName()
public void setScope(String scope)
scope
- the scope of the dependency. Either "cluster" or "host".public String getScope()
public void setAutoDeploy(AutoDeployInfo autoDeploy)
autoDeploy
- auto-deploy informationpublic AutoDeployInfo getAutoDeploy()
public String getComponentName()
public String getServiceName()
public List<DependencyConditionInfo> getDependencyConditions()
public void setDependencyConditions(List<DependencyConditionInfo> dependencyConditions)
dependencyConditions
- public boolean hasDependencyConditions()
public String getType()
public void setType(String type)
Copyright © 2022 Apache Software Foundation. All rights reserved.