Class SaharaDataSourceUnwrapped
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaDataSourceUnwrapped
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class SaharaDataSourceUnwrapped extends Object implements ModelEntity
An OpenStack Sahara Unwrap the root name of Data Source when serialized into json request- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaharaDataSourceUnwrapped(DataSource datasource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSourcegetDataSource()
-
-
-
Constructor Detail
-
SaharaDataSourceUnwrapped
public SaharaDataSourceUnwrapped(DataSource datasource)
-
-
Method Detail
-
getDataSource
public DataSource getDataSource()
-
-