public class JobBookmark extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}is-applied"/> <element ref="{}is-saved"/> <element ref="{}saved-timestamp"/> <element ref="{}applied-timestamp" minOccurs="0"/> <element ref="{}job"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
appliedTimestamp |
protected boolean |
isApplied |
protected boolean |
isSaved |
protected Job |
job |
protected Long |
savedTimestamp |
Constructor and Description |
---|
JobBookmark() |
Modifier and Type | Method and Description |
---|---|
Long |
getAppliedTimestamp()
Gets the value of the appliedTimestamp property.
|
Job |
getJob()
Gets the value of the job property.
|
Long |
getSavedTimestamp()
Gets the value of the savedTimestamp property.
|
boolean |
isIsApplied()
Gets the value of the isApplied property.
|
boolean |
isIsSaved()
Gets the value of the isSaved property.
|
void |
setAppliedTimestamp(Long value)
Sets the value of the appliedTimestamp property.
|
void |
setIsApplied(boolean value)
Sets the value of the isApplied property.
|
void |
setIsSaved(boolean value)
Sets the value of the isSaved property.
|
void |
setJob(Job value)
Sets the value of the job property.
|
void |
setSavedTimestamp(Long value)
Sets the value of the savedTimestamp property.
|
protected boolean isApplied
protected boolean isSaved
protected Long savedTimestamp
protected Long appliedTimestamp
protected Job job
public boolean isIsApplied()
public void setIsApplied(boolean value)
public boolean isIsSaved()
public void setIsSaved(boolean value)
public Long getSavedTimestamp()
String
public void setSavedTimestamp(Long value)
value
- allowed object is
String
public Long getAppliedTimestamp()
String
public void setAppliedTimestamp(Long value)
value
- allowed object is
String
Apache Camel