Class MuranoReport
- java.lang.Object
-
- org.openstack4j.openstack.murano.v1.domain.MuranoReport
-
- All Implemented Interfaces:
Serializable,ModelEntity,Report
public class MuranoReport extends Object implements Report
- Author:
- Nikolay Mahotkin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMuranoReport.MuranoReports
-
Constructor Summary
Constructors Constructor Description MuranoReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreated()StringgetDetails()StringgetEntity()StringgetEntityId()StringgetId()StringgetLevel()StringgetTaskId()StringgetText()StringgetUpdated()
-
-
-
Method Detail
-
getEntityId
public String getEntityId()
- Specified by:
getEntityIdin interfaceReport- Returns:
- entity id.
-
getCreated
public String getCreated()
- Specified by:
getCreatedin interfaceReport- Returns:
- Created date.
-
getUpdated
public String getUpdated()
- Specified by:
getUpdatedin interfaceReport- Returns:
- Updated date.
-
getTaskId
public String getTaskId()
-
getDetails
public String getDetails()
- Specified by:
getDetailsin interfaceReport- Returns:
- report details.
-
-