Class ErrorAdditionalInfo
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.ErrorAdditionalInfo
-
public final class ErrorAdditionalInfo extends Object
The resource management error additional info.
-
-
Constructor Summary
Constructors Constructor Description ErrorAdditionalInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinfo()Get the info property: The additional info.Stringtype()Get the type property: The additional info type.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
type
public String type()
Get the type property: The additional info type.- Returns:
- the type value.
-
info
public Object info()
Get the info property: The additional info.- Returns:
- the info value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-