Class Specification
- java.lang.Object
-
- com.azure.resourcemanager.edgeorder.models.Specification
-
public final class Specification extends Object
Specifications of the configurations.
-
-
Constructor Summary
Constructors Constructor Description Specification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: Name of the specification.void
validate()
Validates the instance.String
value()
Get the value property: Value of the specification.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the specification.- Returns:
- the name value.
-
value
public String value()
Get the value property: Value of the specification.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-