VerificationCodeResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceprovisioningservices.fluent.models.VerificationCodeResponseInner

Implements

public final class VerificationCodeResponseInner
implements JsonSerializable<VerificationCodeResponseInner>

Description of the response of the verification code.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Request etag.

static VerificationCodeResponseInner fromJson(JsonReader jsonReader)

Reads an instance of VerificationCodeResponseInner from the JsonReader.

String id()

Get the id property: The resource identifier.

String name()

Get the name property: Name of certificate.

VerificationCodeResponseProperties properties()

Get the properties property: The properties property.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The resource type.

Methods inherited from java.lang.Object

Method Details

etag

public String etag()

Get the etag property: Request etag.

Returns:

the etag value.

fromJson

public static VerificationCodeResponseInner fromJson(JsonReader jsonReader)

Reads an instance of VerificationCodeResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VerificationCodeResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the VerificationCodeResponseInner.

id

public String id()

Get the id property: The resource identifier.

Returns:

the id value.

name

public String name()

Get the name property: Name of certificate.

Returns:

the name value.

properties

public VerificationCodeResponseProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

Applies to