public class CaaRecord extends Object
Constructor and Description |
---|
CaaRecord() |
Modifier and Type | Method and Description |
---|---|
Integer |
flags()
Get the flags value.
|
String |
tag()
Get the tag value.
|
String |
value()
Get the value value.
|
CaaRecord |
withFlags(Integer flags)
Set the flags value.
|
CaaRecord |
withTag(String tag)
Set the tag value.
|
CaaRecord |
withValue(String value)
Set the value value.
|
public Integer flags()
public CaaRecord withFlags(Integer flags)
flags
- the flags value to setpublic String tag()
public CaaRecord withTag(String tag)
tag
- the tag value to setpublic String value()
Copyright © 2019. All rights reserved.