public class TriggeredJobRun extends ProxyOnlyResource
| Constructor and Description |
|---|
TriggeredJobRun() |
| Modifier and Type | Method and Description |
|---|---|
String |
duration()
Get the duration value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
String |
errorUrl()
Get the errorUrl value.
|
String |
jobName()
Get the jobName value.
|
String |
outputUrl()
Get the outputUrl value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
TriggeredWebJobStatus |
status()
Get the status value.
|
String |
trigger()
Get the trigger value.
|
String |
triggeredJobRunId()
Get the triggeredJobRunId value.
|
String |
triggeredJobRunName()
Get the triggeredJobRunName value.
|
String |
url()
Get the url value.
|
TriggeredJobRun |
withDuration(String duration)
Set the duration value.
|
TriggeredJobRun |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
TriggeredJobRun |
withErrorUrl(String errorUrl)
Set the errorUrl value.
|
TriggeredJobRun |
withJobName(String jobName)
Set the jobName value.
|
TriggeredJobRun |
withOutputUrl(String outputUrl)
Set the outputUrl value.
|
TriggeredJobRun |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
TriggeredJobRun |
withStatus(TriggeredWebJobStatus status)
Set the status value.
|
TriggeredJobRun |
withTrigger(String trigger)
Set the trigger value.
|
TriggeredJobRun |
withTriggeredJobRunId(String triggeredJobRunId)
Set the triggeredJobRunId value.
|
TriggeredJobRun |
withUrl(String url)
Set the url value.
|
public String triggeredJobRunId()
public TriggeredJobRun withTriggeredJobRunId(String triggeredJobRunId)
triggeredJobRunId - the triggeredJobRunId value to setpublic String triggeredJobRunName()
public TriggeredWebJobStatus status()
public TriggeredJobRun withStatus(TriggeredWebJobStatus status)
status - the status value to setpublic org.joda.time.DateTime startTime()
public TriggeredJobRun withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic org.joda.time.DateTime endTime()
public TriggeredJobRun withEndTime(org.joda.time.DateTime endTime)
endTime - the endTime value to setpublic String duration()
public TriggeredJobRun withDuration(String duration)
duration - the duration value to setpublic String outputUrl()
public TriggeredJobRun withOutputUrl(String outputUrl)
outputUrl - the outputUrl value to setpublic String errorUrl()
public TriggeredJobRun withErrorUrl(String errorUrl)
errorUrl - the errorUrl value to setpublic String url()
public TriggeredJobRun withUrl(String url)
url - the url value to setpublic String jobName()
public TriggeredJobRun withJobName(String jobName)
jobName - the jobName value to setpublic String trigger()
public TriggeredJobRun withTrigger(String trigger)
trigger - the trigger value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/