Package org.openstack4j.model.sahara
Interface JobBinary
-
- All Superinterfaces:
Buildable<JobBinaryBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
SaharaJobBinary
public interface JobBinary extends ModelEntity, Buildable<JobBinaryBuilder>
An Openstack Sahara Job Binary- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetCreatedAt()JobBinaryCredentialsgetCredentials()StringgetDescription()StringgetId()StringgetName()StringgetTenantId()DategetUpdatedAt()StringgetURL()
-
-
-
Method Detail
-
getDescription
String getDescription()
- Returns:
- the description of the job binary
-
getURL
String getURL()
- Returns:
- the URL of the job binary
-
getTenantId
String getTenantId()
- Returns:
- the tenant id of the job binary
-
getCreatedAt
Date getCreatedAt()
- Returns:
- the created date of the job binary
-
getUpdatedAt
Date getUpdatedAt()
- Returns:
- the updated date of the job binary
-
getId
String getId()
- Returns:
- the identifier of the job binary
-
getName
String getName()
- Returns:
- the name of the job binary
-
getCredentials
JobBinaryCredentials getCredentials()
- Returns:
- the credentials of the job binary
-
-