CaaRecord Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.CaaRecord

public class CaaRecord

A CAA record.

Constructor Summary

Constructor Description
CaaRecord()

Method Summary

Modifier and Type Method and Description
java.lang.Integer flags()

Get the flags value.

java.lang.String tag()

Get the tag value.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CaaRecord

public CaaRecord()

Method Details

flags

public Integer flags()

Get the flags value.

Returns:

the flags value

tag

public String tag()

Get the tag value.

Returns:

the tag value

value

public String value()

Get the value value.

Returns:

the value value

withFlags

public CaaRecord withFlags(Integer flags)

Set the flags value.

Parameters:

flags - the flags value to set

Returns:

the CaaRecord object itself.

withTag

public CaaRecord withTag(String tag)

Set the tag value.

Parameters:

tag - the tag value to set

Returns:

the CaaRecord object itself.

withValue

public CaaRecord withValue(String value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the CaaRecord object itself.

Applies to