public final class ParameterDefinitionsValueMetadata extends Object
| Constructor and Description |
|---|
ParameterDefinitionsValueMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: General metadata for the parameter.
|
String |
description()
Get the description property: The description of the parameter.
|
String |
displayName()
Get the displayName property: The display name for the parameter.
|
void |
validate()
Validates the instance.
|
ParameterDefinitionsValueMetadata |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: General metadata for the parameter.
|
ParameterDefinitionsValueMetadata |
withDescription(String description)
Set the description property: The description of the parameter.
|
ParameterDefinitionsValueMetadata |
withDisplayName(String displayName)
Set the displayName property: The display name for the parameter.
|
public String displayName()
public ParameterDefinitionsValueMetadata withDisplayName(String displayName)
displayName - the displayName value to set.public String description()
public ParameterDefinitionsValueMetadata withDescription(String description)
description - the description value to set.public Map<String,Object> additionalProperties()
public ParameterDefinitionsValueMetadata withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.