Class SaharaDataSource
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaDataSource
-
- All Implemented Interfaces:
Serializable,Buildable<DataSourceBuilder>,ModelEntity,DataSource
public class SaharaDataSource extends Object implements DataSource
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSaharaDataSource.ConcreteDataSourceBuilderstatic classSaharaDataSource.DataSources-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description SaharaDataSource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceBuilderbuilder()DategetCreatedAt()DataSourceCredentialsgetCredentials()StringgetDescription()StringgetId()StringgetName()StringgetTenantId()StringgetType()DategetUpdatedAt()StringgetURL()DataSourceBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static DataSourceBuilder builder()
- Returns:
- the data source Builder
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceDataSource- Returns:
- the description of the data source
-
getURL
public String getURL()
- Specified by:
getURLin interfaceDataSource- Returns:
- the URL of the data source
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceDataSource- Returns:
- the tenant id of the data source
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceDataSource- Returns:
- the created date of the data source
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceDataSource- Returns:
- the updated date of the data source
-
getType
public String getType()
- Specified by:
getTypein interfaceDataSource- Returns:
- the type of the data source
-
getId
public String getId()
- Specified by:
getIdin interfaceDataSource- Returns:
- the identifier of the data source
-
getName
public String getName()
- Specified by:
getNamein interfaceDataSource- Returns:
- the name of the data source
-
getCredentials
public DataSourceCredentials getCredentials()
- Specified by:
getCredentialsin interfaceDataSource- Returns:
- the credentials of the data source
-
toBuilder
public DataSourceBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<DataSourceBuilder>
-
-