Class CaaRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.CaaRecord
-
public class CaaRecord extends Object
A CAA record.
-
-
Constructor Summary
Constructors Constructor Description CaaRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerflags()Get the flags value.Stringtag()Get the tag value.Stringvalue()Get the value value.CaaRecordwithFlags(Integer flags)Set the flags value.CaaRecordwithTag(String tag)Set the tag value.CaaRecordwithValue(String value)Set the value value.
-
-
-
Method Detail
-
flags
public Integer flags()
Get the flags value.- Returns:
- the flags value
-
withFlags
public CaaRecord withFlags(Integer flags)
Set the flags value.- Parameters:
flags- the flags value to set- Returns:
- the CaaRecord object itself.
-
tag
public String tag()
Get the tag value.- Returns:
- the tag value
-
withTag
public CaaRecord withTag(String tag)
Set the tag value.- Parameters:
tag- the tag value to set- Returns:
- the CaaRecord object itself.
-
value
public String value()
Get the value value.- Returns:
- the value value
-
-