JobInformationBasic Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic

public class JobInformationBasic

The common Data Lake Analytics job information properties.

Method Summary

Modifier and Type Method and Description
Integer degreeOfParallelism()

Get the degreeOfParallelism value.

DateTime endTime()

Get the endTime value.

UUID jobId()

Get the jobId value.

List<String> logFilePatterns()

Get the logFilePatterns value.

String logFolder()

Get the logFolder value.

String name()

Get the name value.

Integer priority()

Get the priority value.

JobRelationshipProperties related()

Get the related value.

JobResult result()

Get the result value.

DateTime startTime()

Get the startTime value.

JobState state()

Get the state value.

String submitter()

Get the submitter value.

DateTime submitTime()

Get the submitTime value.

JobType type()

Get the type value.

JobInformationBasic withDegreeOfParallelism(Integer degreeOfParallelism)

Set the degreeOfParallelism value.

JobInformationBasic withLogFilePatterns(List<String> logFilePatterns)

Set the logFilePatterns value.

JobInformationBasic withName(String name)

Set the name value.

JobInformationBasic withPriority(Integer priority)

Set the priority value.

JobInformationBasic withRelated(JobRelationshipProperties related)

Set the related value.

JobInformationBasic withType(JobType type)

Set the type value.

Method Details

degreeOfParallelism

public Integer degreeOfParallelism()

Get the degreeOfParallelism value.

Returns:

the degreeOfParallelism value

endTime

public DateTime endTime()

Get the endTime value.

Returns:

the endTime value

jobId

public UUID jobId()

Get the jobId value.

Returns:

the jobId value

logFilePatterns

public List logFilePatterns()

Get the logFilePatterns value.

Returns:

the logFilePatterns value

logFolder

public String logFolder()

Get the logFolder value.

Returns:

the logFolder value

name

public String name()

Get the name value.

Returns:

the name value

priority

public Integer priority()

Get the priority value.

Returns:

the priority value

related

public JobRelationshipProperties related()

Get the related value.

Returns:

the related value

result

public JobResult result()

Get the result value.

Returns:

the result value

startTime

public DateTime startTime()

Get the startTime value.

Returns:

the startTime value

state

public JobState state()

Get the state value.

Returns:

the state value

submitter

public String submitter()

Get the submitter value.

Returns:

the submitter value

submitTime

public DateTime submitTime()

Get the submitTime value.

Returns:

the submitTime value

type

public JobType type()

Get the type value.

Returns:

the type value

withDegreeOfParallelism

public JobInformationBasic withDegreeOfParallelism(Integer degreeOfParallelism)

Set the degreeOfParallelism value.

Parameters:

degreeOfParallelism - the degreeOfParallelism value to set

Returns:

the JobInformationBasic object itself.

withLogFilePatterns

public JobInformationBasic withLogFilePatterns(List logFilePatterns)

Set the logFilePatterns value.

Parameters:

logFilePatterns - the logFilePatterns value to set

Returns:

the JobInformationBasic object itself.

withName

public JobInformationBasic withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the JobInformationBasic object itself.

withPriority

public JobInformationBasic withPriority(Integer priority)

Set the priority value.

Parameters:

priority - the priority value to set

Returns:

the JobInformationBasic object itself.

withRelated

public JobInformationBasic withRelated(JobRelationshipProperties related)

Set the related value.

Parameters:

related - the related value to set

Returns:

the JobInformationBasic object itself.

withType

public JobInformationBasic withType(JobType type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the JobInformationBasic object itself.

Applies to