RecentJob Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.RecentJob

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.

RecentJob withId(String id)

Set the id value.

RecentJob withUrl(String url)

Set the url value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

url

public String url()

Get the url value.

Returns:

the url value

withId

public RecentJob withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the RecentJob object itself.

withUrl

public RecentJob withUrl(String url)

Set the url value.

Parameters:

url - the url value to set

Returns:

the RecentJob object itself.

Applies to