Class VerificationCodeResponseInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.VerificationCodeResponseInner
public final class VerificationCodeResponseInner
extends com.azure.core.management.ProxyResource
Description of the response of the verification code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: Request etag.Get the properties property: The properties property.void
validate()
Validates the instance.withProperties
(VerificationCodeResponseProperties properties) Set the properties property: The properties property.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
VerificationCodeResponseInner
public VerificationCodeResponseInner()
-
-
Method Details
-
etag
Get the etag property: Request etag.- Returns:
- the etag value.
-
properties
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
Set the properties property: The properties property.- Parameters:
properties
- the properties value to set.- Returns:
- the VerificationCodeResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-