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.

Constructor Summary

Constructor Description
RecentJob()

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.

Methods inherited from java.lang.Object

Constructor Details

RecentJob

public RecentJob()

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