RecentJob Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. RecentJob
- com.
public class RecentJob
Information about the most recent job to run under the job schedule.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value. |
String |
url()
Get the url value. |
Recent |
withId(String id)
Set the id value. |
Recent |
withUrl(String url)
Set the url value. |
Method Details
id
public String id()
Get the id value.
Returns:
url
public String url()
Get the url value.
Returns:
withId
public RecentJob withId(String id)
Set the id value.
Parameters:
Returns:
withUrl
public RecentJob withUrl(String url)
Set the url value.
Parameters:
Returns: