Package org.openstack4j.model.senlin
Interface ActionID
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SenlinActionID
public interface ActionID extends ModelEntity
This interface describes the getter-methods (and thus components) of a response Action.- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActionID()Returns the action ID of the action
-
-
-
Method Detail
-
getActionID
String getActionID()
Returns the action ID of the action- Returns:
- the action ID of the action
-
-