Partilhar via


EHNamespaceIdListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventhubs.fluent.models.EHNamespaceIdListResultInner

Implements

public final class EHNamespaceIdListResultInner
implements JsonSerializable<EHNamespaceIdListResultInner>

The response of the List Namespace IDs operation.

Constructor Summary

Constructor Description
EHNamespaceIdListResultInner()

Creates an instance of EHNamespaceIdListResultInner class.

Method Summary

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

Reads an instance of EHNamespaceIdListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<EHNamespaceIdContainer> value()

Get the value property: Result of the List Namespace IDs operation.

EHNamespaceIdListResultInner withValue(List<EHNamespaceIdContainer> value)

Set the value property: Result of the List Namespace IDs operation.

Methods inherited from java.lang.Object

Constructor Details

EHNamespaceIdListResultInner

public EHNamespaceIdListResultInner()

Creates an instance of EHNamespaceIdListResultInner class.

Method Details

fromJson

public static EHNamespaceIdListResultInner fromJson(JsonReader jsonReader)

Reads an instance of EHNamespaceIdListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Result of the List Namespace IDs operation.

Returns:

the value value.

withValue

public EHNamespaceIdListResultInner withValue(List value)

Set the value property: Result of the List Namespace IDs operation.

Parameters:

value - the value value to set.

Returns:

the EHNamespaceIdListResultInner object itself.

Applies to