public class SimpleSuggestBuildTrigger extends SuggestBuildTrigger implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
repeatInterval |
endTimestamp, startTimestamp
Constructor and Description |
---|
SimpleSuggestBuildTrigger() |
SimpleSuggestBuildTrigger(SimpleSuggestBuildTrigger o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SimpleSuggestBuildTrigger.
|
static SimpleSuggestBuildTrigger |
fromString(java.lang.String s)
String representation of this SimpleSuggestBuildTrigger.
|
long |
getRepeatInterval()
Repeat interval in milliseconds
|
SimpleSuggestBuildTrigger |
makeCopy()
Creates and returns a deep copy of this SimpleSuggestBuildTrigger.
|
static SimpleSuggestBuildTrigger |
readFrom(java.io.InputStream is)
Read this SimpleSuggestBuildTrigger from an XML fragment.
|
void |
setRepeatInterval(long repeatInterval)
Repeat interval in milliseconds
|
java.lang.String |
toString()
String representation of this SimpleSuggestBuildTrigger.
|
SimpleSuggestBuildTrigger |
withEndTimestamp(long endTimestamp) |
SimpleSuggestBuildTrigger |
withEndTimestamp(java.lang.Long endTimestamp) |
SimpleSuggestBuildTrigger |
withRepeatInterval(long repeatInterval) |
SimpleSuggestBuildTrigger |
withRepeatInterval(java.lang.Long repeatInterval) |
SimpleSuggestBuildTrigger |
withStartTimestamp(long startTimestamp) |
SimpleSuggestBuildTrigger |
withStartTimestamp(java.lang.Long startTimestamp) |
void |
writeTo(java.io.OutputStream os)
Write this SimpleSuggestBuildTrigger as an XML fragment
|
getEndTimestamp, getStartTimestamp, setEndTimestamp, setStartTimestamp
public SimpleSuggestBuildTrigger()
public SimpleSuggestBuildTrigger(SimpleSuggestBuildTrigger o)
public SimpleSuggestBuildTrigger withStartTimestamp(long startTimestamp)
withStartTimestamp
in class SuggestBuildTrigger
public SimpleSuggestBuildTrigger withStartTimestamp(java.lang.Long startTimestamp)
withStartTimestamp
in class SuggestBuildTrigger
public SimpleSuggestBuildTrigger withEndTimestamp(long endTimestamp)
withEndTimestamp
in class SuggestBuildTrigger
public SimpleSuggestBuildTrigger withEndTimestamp(java.lang.Long endTimestamp)
withEndTimestamp
in class SuggestBuildTrigger
public void setRepeatInterval(long repeatInterval)
public long getRepeatInterval()
public SimpleSuggestBuildTrigger withRepeatInterval(long repeatInterval)
public SimpleSuggestBuildTrigger withRepeatInterval(java.lang.Long repeatInterval)
public SimpleSuggestBuildTrigger makeCopy()
makeCopy
in class SuggestBuildTrigger
public static SimpleSuggestBuildTrigger readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class SuggestBuildTrigger
javax.xml.bind.JAXBException
java.io.IOException
public static SimpleSuggestBuildTrigger fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class SuggestBuildTrigger
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class SuggestBuildTrigger
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.