Class ValidationTokenInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.ValidationTokenInner
-
public final class ValidationTokenInner extends Object
The validation token.
-
-
Constructor Summary
Constructors Constructor Description ValidationTokenInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtoken()Get the token property: The token property.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
token
public String token()
Get the token property: The token property.- Returns:
- the token value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-