RoutingEnrichments Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. RoutingEnrichments
- com.
Implements
public final class RoutingEnrichments
implements JsonSerializable<RoutingEnrichments>
The RoutingEnrichments model.
Constructor Summary
| Constructor | Description |
|---|---|
| RoutingEnrichments() |
Creates an instance of Routing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Dynamic |
dynamic()
Get the dynamic property: The dynamic property. |
|
static
Routing |
fromJson(JsonReader jsonReader)
Reads an instance of Routing |
|
List<Static |
staticProperty()
Get the static |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Routing |
withDynamic(List<DynamicRoutingEnrichment> dynamic)
Set the dynamic property: The dynamic property. |
|
Routing |
withStaticProperty(List<StaticRoutingEnrichment> staticProperty)
Set the static |
Methods inherited from java.lang.Object
Constructor Details
RoutingEnrichments
public RoutingEnrichments()
Creates an instance of RoutingEnrichments class.
Method Details
dynamic
public List<DynamicRoutingEnrichment> dynamic()
Get the dynamic property: The dynamic property.
Returns:
fromJson
public static RoutingEnrichments fromJson(JsonReader jsonReader)
Reads an instance of RoutingEnrichments from the JsonReader.
Parameters:
Returns:
Throws:
staticProperty
public List<StaticRoutingEnrichment> staticProperty()
Get the staticProperty property: The static property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDynamic
public RoutingEnrichments withDynamic(List<DynamicRoutingEnrichment> dynamic)
Set the dynamic property: The dynamic property.
Parameters:
Returns:
withStaticProperty
public RoutingEnrichments withStaticProperty(List<StaticRoutingEnrichment> staticProperty)
Set the staticProperty property: The static property.
Parameters:
Returns: