public final class TxtRecord extends Object
| Constructor and Description |
|---|
TxtRecord() |
| 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.
|
public List<String> value()
public TxtRecord withValue(List<String> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.