FixedInputData Class

public final class FixedInputData
extends MonitoringInputDataBase

Fixed input data definition.

Constructor Summary

Constructor Description
FixedInputData()

Creates an instance of FixedInputData class.

Method Summary

Modifier and Type Method and Description
static FixedInputData fromJson(JsonReader jsonReader)

Reads an instance of FixedInputData from the JsonReader.

MonitoringInputDataType inputDataType()

Get the inputDataType property: [Required] Specifies the type of signal to monitor.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FixedInputData withColumns(Map<String,String> columns)

Set the columns property: Mapping of column names to special uses.

FixedInputData withDataContext(String dataContext)

Set the dataContext property: The context metadata of the data source.

FixedInputData withJobInputType(JobInputType jobInputType)

Set the jobInputType property: [Required] Specifies the type of job.

FixedInputData withUri(String uri)

Set the uri property: [Required] Input Asset URI.

Methods inherited from MonitoringInputDataBase

Methods inherited from java.lang.Object

Constructor Details

FixedInputData

public FixedInputData()

Creates an instance of FixedInputData class.

Method Details

fromJson

public static FixedInputData fromJson(JsonReader jsonReader)

Reads an instance of FixedInputData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FixedInputData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

inputDataType

public MonitoringInputDataType inputDataType()

Get the inputDataType property: [Required] Specifies the type of signal to monitor.

Overrides:

FixedInputData.inputDataType()

Returns:

the inputDataType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

FixedInputData.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

FixedInputData.validate()

withColumns

public FixedInputData withColumns(Map<String,String> columns)

Set the columns property: Mapping of column names to special uses.

Overrides:

FixedInputData.withColumns(Map<String,String> columns)

Parameters:

columns

withDataContext

public FixedInputData withDataContext(String dataContext)

Set the dataContext property: The context metadata of the data source.

Overrides:

FixedInputData.withDataContext(String dataContext)

Parameters:

dataContext

withJobInputType

public FixedInputData withJobInputType(JobInputType jobInputType)

Set the jobInputType property: [Required] Specifies the type of job.

Overrides:

FixedInputData.withJobInputType(JobInputType jobInputType)

Parameters:

jobInputType

withUri

public FixedInputData withUri(String uri)

Set the uri property: [Required] Input Asset URI.

Overrides:

FixedInputData.withUri(String uri)

Parameters:

uri

Applies to