Class MuranoServiceInfo
- java.lang.Object
-
- org.openstack4j.openstack.murano.v1.domain.MuranoServiceInfo
-
- All Implemented Interfaces:
Serializable,ModelEntity,ServiceInfo
public class MuranoServiceInfo extends Object implements ServiceInfo
- Author:
- Nikolay Mahotkin.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MuranoServiceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MuranoActionInfo>getActions()StringgetId()StringgetName()StringgetStatus()StringgetType()voidsetAction(String key, Object value)
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceServiceInfo- Returns:
- service id.
-
getName
public String getName()
- Specified by:
getNamein interfaceServiceInfo- Returns:
- service name.
-
getType
public String getType()
- Specified by:
getTypein interfaceServiceInfo- Returns:
- service type(class) name.
-
getActions
public List<MuranoActionInfo> getActions()
- Specified by:
getActionsin interfaceServiceInfo- Returns:
- action list for current service (if available).
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceServiceInfo- Returns:
- service status.
-
-