EHNamespaceIdListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventhubs. fluent. models. EHNamespaceIdListResultInner
- com.
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 EHNamespace |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
EHNamespace |
fromJson(JsonReader jsonReader)
Reads an instance of EHNamespace |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<EHNamespace |
value()
Get the value property: Result of the List Namespace IDs operation. |
EHNamespace |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Result of the List Namespace IDs operation.
Returns:
withValue
public EHNamespaceIdListResultInner withValue(List
Set the value property: Result of the List Namespace IDs operation.
Parameters:
Returns:
Applies to
Azure SDK for Java