@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class ClusteredJobDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QClusteredJob
Modifier and Type | Class and Description |
---|---|
static class |
ClusteredJobDTO.Builder |
Constructor and Description |
---|
ClusteredJobDTO(Long id,
String jobId,
String jobRunnerKey,
String schedType,
Long intervalMillis,
Long firstRun,
String cronExpression,
String timeZone,
Long nextRun,
Long version,
byte[] parameters) |
Modifier and Type | Method and Description |
---|---|
static ClusteredJobDTO.Builder |
builder() |
static ClusteredJobDTO.Builder |
builder(ClusteredJobDTO clusteredJobDTO) |
static ClusteredJobDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getCronExpression() |
Long |
getFirstRun() |
Long |
getId() |
Long |
getIntervalMillis() |
String |
getJobId() |
String |
getJobRunnerKey() |
Long |
getNextRun() |
byte[] |
getParameters() |
String |
getSchedType() |
String |
getTimeZone() |
Long |
getVersion() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
String |
toString() |
public Long getId()
public String getJobId()
public String getJobRunnerKey()
public String getSchedType()
public Long getIntervalMillis()
public Long getFirstRun()
public String getCronExpression()
public String getTimeZone()
public Long getNextRun()
public Long getVersion()
public byte[] getParameters()
public org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
toGenericValue
in interface DTO
ofBizDelegator
- OfBizDelegator will have makeValue() called on it.public static ClusteredJobDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
gv
- the GenericValuepublic static ClusteredJobDTO.Builder builder()
public static ClusteredJobDTO.Builder builder(ClusteredJobDTO clusteredJobDTO)
Copyright © 2002-2024 Atlassian. All Rights Reserved.