JobStreamInner Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.fluent.models.JobStreamInner

public final class JobStreamInner

Definition of the job stream.

Constructor Summary

Constructor Description
JobStreamInner()

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Gets or sets the id of the resource.

String jobStreamId()

Get the jobStreamId property: Gets or sets the id of the job stream.

String streamText()

Get the streamText property: Gets or sets the stream text.

JobStreamType streamType()

Get the streamType property: Gets or sets the stream type.

String summary()

Get the summary property: Gets or sets the summary.

OffsetDateTime time()

Get the time property: Gets or sets the creation time of the job.

void validate()

Validates the instance.

Map<String,Object> value()

Get the value property: Gets or sets the values of the job stream.

JobStreamInner withId(String id)

Set the id property: Gets or sets the id of the resource.

JobStreamInner withJobStreamId(String jobStreamId)

Set the jobStreamId property: Gets or sets the id of the job stream.

JobStreamInner withStreamText(String streamText)

Set the streamText property: Gets or sets the stream text.

JobStreamInner withStreamType(JobStreamType streamType)

Set the streamType property: Gets or sets the stream type.

JobStreamInner withSummary(String summary)

Set the summary property: Gets or sets the summary.

JobStreamInner withTime(OffsetDateTime time)

Set the time property: Gets or sets the creation time of the job.

JobStreamInner withValue(Map<String,Object> value)

Set the value property: Gets or sets the values of the job stream.

Methods inherited from java.lang.Object

Constructor Details

JobStreamInner

public JobStreamInner()

Method Details

id

public String id()

Get the id property: Gets or sets the id of the resource.

Returns:

the id value.

jobStreamId

public String jobStreamId()

Get the jobStreamId property: Gets or sets the id of the job stream.

Returns:

the jobStreamId value.

streamText

public String streamText()

Get the streamText property: Gets or sets the stream text.

Returns:

the streamText value.

streamType

public JobStreamType streamType()

Get the streamType property: Gets or sets the stream type.

Returns:

the streamType value.

summary

public String summary()

Get the summary property: Gets or sets the summary.

Returns:

the summary value.

time

public OffsetDateTime time()

Get the time property: Gets or sets the creation time of the job.

Returns:

the time value.

validate

public void validate()

Validates the instance.

value

public Map value()

Get the value property: Gets or sets the values of the job stream.

Returns:

the value value.

withId

public JobStreamInner withId(String id)

Set the id property: Gets or sets the id of the resource.

Parameters:

id - the id value to set.

Returns:

the JobStreamInner object itself.

withJobStreamId

public JobStreamInner withJobStreamId(String jobStreamId)

Set the jobStreamId property: Gets or sets the id of the job stream.

Parameters:

jobStreamId - the jobStreamId value to set.

Returns:

the JobStreamInner object itself.

withStreamText

public JobStreamInner withStreamText(String streamText)

Set the streamText property: Gets or sets the stream text.

Parameters:

streamText - the streamText value to set.

Returns:

the JobStreamInner object itself.

withStreamType

public JobStreamInner withStreamType(JobStreamType streamType)

Set the streamType property: Gets or sets the stream type.

Parameters:

streamType - the streamType value to set.

Returns:

the JobStreamInner object itself.

withSummary

public JobStreamInner withSummary(String summary)

Set the summary property: Gets or sets the summary.

Parameters:

summary - the summary value to set.

Returns:

the JobStreamInner object itself.

withTime

public JobStreamInner withTime(OffsetDateTime time)

Set the time property: Gets or sets the creation time of the job.

Parameters:

time - the time value to set.

Returns:

the JobStreamInner object itself.

withValue

public JobStreamInner withValue(Map value)

Set the value property: Gets or sets the values of the job stream.

Parameters:

value - the value value to set.

Returns:

the JobStreamInner object itself.

Applies to