public final class PtrRecord extends Object
| Constructor and Description |
|---|
PtrRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
ptrdname()
Get the ptrdname property: The PTR target domain name for this PTR record.
|
void |
validate()
Validates the instance.
|
PtrRecord |
withPtrdname(String ptrdname)
Set the ptrdname property: The PTR target domain name for this PTR record.
|
public String ptrdname()
public PtrRecord withPtrdname(String ptrdname)
ptrdname - the ptrdname value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.