public final class CaaRecord extends Object
| Constructor and Description |
|---|
CaaRecord() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
flags()
Get the flags property: The flags for this CAA record as an integer between 0 and 255.
|
String |
tag()
Get the tag property: The tag for this CAA record.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: The value for this CAA record.
|
CaaRecord |
withFlags(Integer flags)
Set the flags property: The flags for this CAA record as an integer between 0 and 255.
|
CaaRecord |
withTag(String tag)
Set the tag property: The tag for this CAA record.
|
CaaRecord |
withValue(String value)
Set the value property: The value for this CAA record.
|
public Integer flags()
public CaaRecord withFlags(Integer flags)
flags - the flags value to set.public String tag()
public CaaRecord withTag(String tag)
tag - the tag value to set.public String value()
public CaaRecord withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.