TestInputInner Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.fluent.models.TestInputInner

Implements

public final class TestInputInner
implements JsonSerializable<TestInputInner>

A stream analytics input.

Constructor Summary

Constructor Description
TestInputInner()

Creates an instance of TestInputInner class.

Method Summary

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

Reads an instance of TestInputInner from the JsonReader.

InputInner input()

Get the input property: The stream analytics input to test.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

TestInputInner withInput(InputInner input)

Set the input property: The stream analytics input to test.

Methods inherited from java.lang.Object

Constructor Details

TestInputInner

public TestInputInner()

Creates an instance of TestInputInner class.

Method Details

fromJson

public static TestInputInner fromJson(JsonReader jsonReader)

Reads an instance of TestInputInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TestInputInner 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.

input

public InputInner input()

Get the input property: The stream analytics input to test.

Returns:

the input value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withInput

public TestInputInner withInput(InputInner input)

Set the input property: The stream analytics input to test.

Parameters:

input - the input value to set.

Returns:

the TestInputInner object itself.

Applies to