Class SupportInfo
java.lang.Object
com.azure.resourcemanager.labservices.models.SupportInfo
Support contact information and instructions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemail()
Get the email property: Support contact email address.Get the instructions property: Support instructions.phone()
Get the phone property: Support contact phone number.url()
Get the url property: Support web address.void
validate()
Validates the instance.Set the email property: Support contact email address.withInstructions
(String instructions) Set the instructions property: Support instructions.Set the phone property: Support contact phone number.Set the url property: Support web address.
-
Constructor Details
-
SupportInfo
public SupportInfo()
-
-
Method Details
-
url
Get the url property: Support web address.- Returns:
- the url value.
-
withUrl
Set the url property: Support web address.- Parameters:
url
- the url value to set.- Returns:
- the SupportInfo object itself.
-
email
Get the email property: Support contact email address.- Returns:
- the email value.
-
withEmail
Set the email property: Support contact email address.- Parameters:
email
- the email value to set.- Returns:
- the SupportInfo object itself.
-
phone
Get the phone property: Support contact phone number.- Returns:
- the phone value.
-
withPhone
Set the phone property: Support contact phone number.- Parameters:
phone
- the phone value to set.- Returns:
- the SupportInfo object itself.
-
instructions
Get the instructions property: Support instructions.- Returns:
- the instructions value.
-
withInstructions
Set the instructions property: Support instructions.- Parameters:
instructions
- the instructions value to set.- Returns:
- the SupportInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-