Interface ApproveDecisionOrBuilder (2.1.12)

public interface ApproveDecisionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApproveTime()

public abstract Timestamp getApproveTime()

The time at which approval was granted.

.google.protobuf.Timestamp approve_time = 1;

Returns
TypeDescription
Timestamp

The approveTime.

getApproveTimeOrBuilder()

public abstract TimestampOrBuilder getApproveTimeOrBuilder()

The time at which approval was granted.

.google.protobuf.Timestamp approve_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getExpireTime()

public abstract Timestamp getExpireTime()

The time at which the approval expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

The time at which the approval expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasApproveTime()

public abstract boolean hasApproveTime()

The time at which approval was granted.

.google.protobuf.Timestamp approve_time = 1;

Returns
TypeDescription
boolean

Whether the approveTime field is set.

hasExpireTime()

public abstract boolean hasExpireTime()

The time at which the approval expires.

.google.protobuf.Timestamp expire_time = 2;

Returns
TypeDescription
boolean

Whether the expireTime field is set.