Class MuranoReport.MuranoReports
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<MuranoReport>
-
- org.openstack4j.openstack.murano.v1.domain.MuranoReport.MuranoReports
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- MuranoReport
public static class MuranoReport.MuranoReports extends ListResult<MuranoReport>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MuranoReport>reports
-
Constructor Summary
Constructors Constructor Description MuranoReports()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<MuranoReport>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Field Detail
-
reports
protected List<MuranoReport> reports
-
-
Method Detail
-
value
protected List<MuranoReport> value()
- Specified by:
valuein classListResult<MuranoReport>
-
-