次の方法で共有


ValidationResponseInner Class

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

Implements

public final class ValidationResponseInner
implements JsonSerializable<ValidationResponseInner>

Validation response from the provider.

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)

Methods inherited from java.lang.Object

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:

Applies to