Share via


ValidationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner

Implements

public final class ValidationResponseInner
implements JsonSerializable<ValidationResponseInner>

ValidationResponse Validation response from the provider.

Constructor Summary

Constructor Description
ValidationResponseInner()

Creates an instance of ValidationResponseInner class.

Method Summary

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

Reads an instance of ValidationResponseInner from the JsonReader.

Map<String,String> info()

Get the info property: Info from the response.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ValidationResponseInner 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:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ValidationResponseInner.

info

public Map<String,String> info()

Get the info property: Info from the response.

Returns:

the info value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withInfo

public ValidationResponseInner withInfo(Map<String,String> info)

Set the info property: Info from the response.

Parameters:

info - the info value to set.

Returns:

the ValidationResponseInner object itself.

Applies to