Class SaharaJobBinaryInternal
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobBinaryInternal
-
- All Implemented Interfaces:
Serializable,ModelEntity,JobBinaryInternal
public class SaharaJobBinaryInternal extends Object implements JobBinaryInternal
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 classSaharaJobBinaryInternal.JobBinaryInternals
-
Constructor Summary
Constructors Constructor Description SaharaJobBinaryInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()intgetDataSize()StringgetId()StringgetName()StringgetTenantId()DategetUpdatedAt()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJobBinaryInternal- Returns:
- the name of the job binary internal
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceJobBinaryInternal- Returns:
- the tenant id of the job binary internal
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceJobBinaryInternal- Returns:
- the created date of the job binary internal
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceJobBinaryInternal- Returns:
- the updated date of the job binary internal
-
getDataSize
public int getDataSize()
- Specified by:
getDataSizein interfaceJobBinaryInternal- Returns:
- the data size of the job binary internal
-
getId
public String getId()
- Specified by:
getIdin interfaceJobBinaryInternal- Returns:
- the identifier of the job binary internal
-
-