Class SaharaJob
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJob
-
- All Implemented Interfaces:
Serializable,Buildable<JobBuilder>,ModelEntity,Job
public class SaharaJob extends Object implements Job
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 classSaharaJob.ConcreteJobBuilderstatic classSaharaJob.Jobs-
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 SaharaJob()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobBuilderbuilder()DategetCreatedAt()StringgetDescription()List<? extends JobBinary>getFullLibs()List<? extends JobBinary>getFullMains()StringgetId()List<String>getLibs()List<String>getMains()StringgetName()StringgetTenantId()StringgetType()DategetUpdatedAt()JobBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static JobBuilder builder()
- Returns:
- the job Builder
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceJob- Returns:
- the description of the job
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceJob- Returns:
- the tenant id of the job
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceJob- Returns:
- the created date of the job
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceJob- Returns:
- the updated date of the job
-
getFullMains
public List<? extends JobBinary> getFullMains()
- Specified by:
getFullMainsin interfaceJob- Returns:
- mains
-
getFullLibs
public List<? extends JobBinary> getFullLibs()
- Specified by:
getFullLibsin interfaceJob- Returns:
- libs
-
toBuilder
public JobBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<JobBuilder>
-
-