public final class TriggeredJobRun extends Object
| Constructor and Description |
|---|
TriggeredJobRun() |
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Get the duration property: Job duration.
|
OffsetDateTime |
endTime()
Get the endTime property: End time.
|
String |
errorUrl()
Get the errorUrl property: Error URL.
|
String |
jobName()
Get the jobName property: Job name.
|
String |
outputUrl()
Get the outputUrl property: Output URL.
|
OffsetDateTime |
startTime()
Get the startTime property: Start time.
|
TriggeredWebJobStatus |
status()
Get the status property: Job status.
|
String |
trigger()
Get the trigger property: Job trigger.
|
String |
url()
Get the url property: Job URL.
|
void |
validate()
Validates the instance.
|
String |
webJobId()
Get the webJobId property: Job ID.
|
String |
webJobName()
Get the webJobName property: Job name.
|
TriggeredJobRun |
withDuration(String duration)
Set the duration property: Job duration.
|
TriggeredJobRun |
withEndTime(OffsetDateTime endTime)
Set the endTime property: End time.
|
TriggeredJobRun |
withErrorUrl(String errorUrl)
Set the errorUrl property: Error URL.
|
TriggeredJobRun |
withJobName(String jobName)
Set the jobName property: Job name.
|
TriggeredJobRun |
withOutputUrl(String outputUrl)
Set the outputUrl property: Output URL.
|
TriggeredJobRun |
withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
TriggeredJobRun |
withStatus(TriggeredWebJobStatus status)
Set the status property: Job status.
|
TriggeredJobRun |
withTrigger(String trigger)
Set the trigger property: Job trigger.
|
TriggeredJobRun |
withUrl(String url)
Set the url property: Job URL.
|
TriggeredJobRun |
withWebJobId(String webJobId)
Set the webJobId property: Job ID.
|
TriggeredJobRun |
withWebJobName(String webJobName)
Set the webJobName property: Job name.
|
public String webJobId()
public TriggeredJobRun withWebJobId(String webJobId)
webJobId - the webJobId value to set.public String webJobName()
public TriggeredJobRun withWebJobName(String webJobName)
webJobName - the webJobName value to set.public TriggeredWebJobStatus status()
public TriggeredJobRun withStatus(TriggeredWebJobStatus status)
status - the status value to set.public OffsetDateTime startTime()
public TriggeredJobRun withStartTime(OffsetDateTime startTime)
startTime - the startTime value to set.public OffsetDateTime endTime()
public TriggeredJobRun withEndTime(OffsetDateTime endTime)
endTime - the endTime value to set.public String duration()
public TriggeredJobRun withDuration(String duration)
duration - the duration value to set.public String outputUrl()
public TriggeredJobRun withOutputUrl(String outputUrl)
outputUrl - the outputUrl value to set.public String errorUrl()
public TriggeredJobRun withErrorUrl(String errorUrl)
errorUrl - the errorUrl value to set.public String url()
public TriggeredJobRun withUrl(String url)
url - the url value to set.public String jobName()
public TriggeredJobRun withJobName(String jobName)
jobName - the jobName value to set.public String trigger()
public TriggeredJobRun withTrigger(String trigger)
trigger - the trigger value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.