ValidationResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. fluent. models. ValidationResponseInner
- com.
Implements
public final class ValidationResponseInner
implements JsonSerializable<ValidationResponseInner>
ValidationResponse Validation response from the provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidationResponseInner() |
Creates an instance of Validation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validation |
fromJson(JsonReader jsonReader)
Reads an instance of Validation |
| Map<String,String> |
info()
Get the info property: Info from the response. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Validation |
withInfo(Map<String,String> info)
Set the info property: Info from the response. |
Methods inherited from java.lang.Object
Constructor Details
ValidationResponseInner
public ValidationResponseInner()
Creates an instance of ValidationResponseInner class.
Method Details
fromJson
public static ValidationResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ValidationResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
info
public Map<String,String> info()
Get the info property: Info from the response.
Returns:
toJson
validate
public void validate()
Validates the instance.
withInfo
public ValidationResponseInner withInfo(Map<String,String> info)
Set the info property: Info from the response.
Parameters:
Returns: