TxtRecord Class

  • java.lang.Object
    • com.azure.resourcemanager.dns.models.TxtRecord

public final class TxtRecord

A TXT record.

Constructor Summary

Constructor Description
TxtRecord()

Creates an instance of TxtRecord class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<String> value()

Get the value property: The text value of this TXT record.

TxtRecord withValue(List<String> value)

Set the value property: The text value of this TXT record.

Methods inherited from java.lang.Object

Constructor Details

TxtRecord

public TxtRecord()

Creates an instance of TxtRecord class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The text value of this TXT record.

Returns:

the value value.

withValue

public TxtRecord withValue(List value)

Set the value property: The text value of this TXT record.

Parameters:

value - the value value to set.

Returns:

the TxtRecord object itself.

Applies to