Class ProvisioningIssueProperties
java.lang.Object
com.azure.resourcemanager.eventhubs.models.ProvisioningIssueProperties
Properties of Provisioning Issue.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ProvisioningIssueProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the issue.Get the issueType property: Type of Issue.voidvalidate()Validates the instance.withDescription(String description) Set the description property: Description of the issue.withIssueType(String issueType) Set the issueType property: Type of Issue.
-
Constructor Details
-
ProvisioningIssueProperties
public ProvisioningIssueProperties()Creates an instance of ProvisioningIssueProperties class.
-
-
Method Details
-
issueType
Get the issueType property: Type of Issue.- Returns:
- the issueType value.
-
withIssueType
Set the issueType property: Type of Issue.- Parameters:
issueType- the issueType value to set.- Returns:
- the ProvisioningIssueProperties object itself.
-
description
Get the description property: Description of the issue.- Returns:
- the description value.
-
withDescription
Set the description property: Description of the issue.- Parameters:
description- the description value to set.- Returns:
- the ProvisioningIssueProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-