VerificationCodeResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. VerificationCodeResponseInner
- com.
- com.
public final class VerificationCodeResponseInner
extends ProxyResource
Description of the response of the verification code.
Constructor Summary
Constructor | Description | |
---|---|---|
VerificationCodeResponseInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: Request etag. |
Verification |
properties()
Get the properties property: The properties property. |
void |
validate()
Validates the instance. |
Verification |
withProperties(VerificationCodeResponseProperties properties)
Set the properties property: The properties property. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
VerificationCodeResponseInner
public VerificationCodeResponseInner()
Method Details
etag
public String etag()
Get the etag property: Request etag.
Returns:
properties
public VerificationCodeResponseProperties properties()
Get the properties property: The properties property.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public VerificationCodeResponseInner withProperties(VerificationCodeResponseProperties properties)
Set the properties property: The properties property.
Parameters:
Returns:
Applies to
Azure SDK for Java