Interface DNSRecordOrBuilder (0.3.0)

public interface DNSRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpire()

public abstract Duration getExpire()

Expire.

.google.protobuf.Duration expire = 8;

Returns
Type Description
Duration

The expire.

getExpireOrBuilder()

public abstract DurationOrBuilder getExpireOrBuilder()

Expire.

.google.protobuf.Duration expire = 8;

Returns
Type Description
DurationOrBuilder

getMinimum()

public abstract Duration getMinimum()

Minimum.

.google.protobuf.Duration minimum = 7;

Returns
Type Description
Duration

The minimum.

getMinimumOrBuilder()

public abstract DurationOrBuilder getMinimumOrBuilder()

Minimum.

.google.protobuf.Duration minimum = 7;

Returns
Type Description
DurationOrBuilder

getPriority()

public abstract long getPriority()

Priority.

int64 priority = 4;

Returns
Type Description
long

The priority.

getRefresh()

public abstract Duration getRefresh()

Refresh.

.google.protobuf.Duration refresh = 6;

Returns
Type Description
Duration

The refresh.

getRefreshOrBuilder()

public abstract DurationOrBuilder getRefreshOrBuilder()

Refresh.

.google.protobuf.Duration refresh = 6;

Returns
Type Description
DurationOrBuilder

getRetry()

public abstract long getRetry()

Retry.

int64 retry = 5;

Returns
Type Description
long

The retry.

getRname()

public abstract String getRname()

Rname.

string rname = 10;

Returns
Type Description
String

The rname.

getRnameBytes()

public abstract ByteString getRnameBytes()

Rname.

string rname = 10;

Returns
Type Description
ByteString

The bytes for rname.

getSerial()

public abstract long getSerial()

Serial.

int64 serial = 9;

Returns
Type Description
long

The serial.

getTtl()

public abstract Duration getTtl()

Time to live.

.google.protobuf.Duration ttl = 3;

Returns
Type Description
Duration

The ttl.

getTtlOrBuilder()

public abstract DurationOrBuilder getTtlOrBuilder()

Time to live.

.google.protobuf.Duration ttl = 3;

Returns
Type Description
DurationOrBuilder

getType()

public abstract String getType()

Type.

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Type.

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

getValue()

public abstract String getValue()

Value.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.

hasExpire()

public abstract boolean hasExpire()

Expire.

.google.protobuf.Duration expire = 8;

Returns
Type Description
boolean

Whether the expire field is set.

hasMinimum()

public abstract boolean hasMinimum()

Minimum.

.google.protobuf.Duration minimum = 7;

Returns
Type Description
boolean

Whether the minimum field is set.

hasRefresh()

public abstract boolean hasRefresh()

Refresh.

.google.protobuf.Duration refresh = 6;

Returns
Type Description
boolean

Whether the refresh field is set.

hasTtl()

public abstract boolean hasTtl()

Time to live.

.google.protobuf.Duration ttl = 3;

Returns
Type Description
boolean

Whether the ttl field is set.