public interface Job extends ModelEntity, Buildable<JobBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
String |
getDescription() |
List<? extends JobBinary> |
getFullLibs() |
List<? extends JobBinary> |
getFullMains() |
String |
getId() |
List<String> |
getLibs() |
List<String> |
getMains() |
String |
getName() |
String |
getTenantId() |
String |
getType() |
Date |
getUpdatedAt() |
String getDescription()
String getTenantId()
Date getCreatedAt()
Date getUpdatedAt()
String getId()
String getName()
String getType()
Copyright © 2017. All rights reserved.