Class SaharaJobBinary
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobBinary
-
- All Implemented Interfaces:
Serializable,Buildable<JobBinaryBuilder>,ModelEntity,JobBinary
public class SaharaJobBinary extends Object implements JobBinary
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 classSaharaJobBinary.ConcreteJobBinaryBuilderstatic classSaharaJobBinary.JobBinaries-
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 SaharaJobBinary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobBinaryBuilderbuilder()DategetCreatedAt()JobBinaryCredentialsgetCredentials()StringgetDescription()StringgetId()StringgetName()StringgetTenantId()DategetUpdatedAt()StringgetURL()JobBinaryBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static JobBinaryBuilder builder()
- Returns:
- the job binary Builder
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceJobBinary- Returns:
- the description of the job binary
-
getURL
public String getURL()
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceJobBinary- Returns:
- the tenant id of the job binary
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceJobBinary- Returns:
- the created date of the job binary
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceJobBinary- Returns:
- the updated date of the job binary
-
getId
public String getId()
-
getName
public String getName()
-
getCredentials
public JobBinaryCredentials getCredentials()
- Specified by:
getCredentialsin interfaceJobBinary- Returns:
- the credentials of the job binary
-
toBuilder
public JobBinaryBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<JobBinaryBuilder>
-
-