TestInputInner Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. TestInputInner
- com.
Implements
public final class TestInputInner
implements JsonSerializable<TestInputInner>
A stream analytics input.
Constructor Summary
| Constructor | Description |
|---|---|
| TestInputInner() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Input |
input()
Get the input property: The stream analytics input to test. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Test |
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:
Returns:
Throws:
input
public InputInner input()
Get the input property: The stream analytics input to test.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInput
public TestInputInner withInput(InputInner input)
Set the input property: The stream analytics input to test.
Parameters:
Returns: