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