Class HeatSoftwareConfig.SCOutput
- java.lang.Object
-
- org.openstack4j.openstack.heat.domain.HeatSoftwareConfig.SCOutput
-
- All Implemented Interfaces:
SoftwareConfig.Output
- Enclosing class:
- HeatSoftwareConfig
public static class HeatSoftwareConfig.SCOutput extends Object implements SoftwareConfig.Output
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetType()booleanisErrorOutput()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSoftwareConfig.Output- Returns:
- the name of this output
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceSoftwareConfig.Output- Returns:
- the description of this output
-
getType
public String getType()
- Specified by:
getTypein interfaceSoftwareConfig.Output- Returns:
- the data type of this output
-
isErrorOutput
public boolean isErrorOutput()
- Specified by:
isErrorOutputin interfaceSoftwareConfig.Output- Returns:
- true if this is an error related output
-
-