public interface ApproveDecisionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApproveTime()
public abstract Timestamp getApproveTime()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Type | Description |
| Timestamp | The approveTime. |
getApproveTimeOrBuilder()
public abstract TimestampOrBuilder getApproveTimeOrBuilder()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Type | Description |
| TimestampOrBuilder |
getExpireTime()
public abstract Timestamp getExpireTime()The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
| Type | Description |
| Timestamp | The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()The time at which the approval expires.
.google.protobuf.Timestamp expire_time = 2;
| Type | Description |
| TimestampOrBuilder |
hasApproveTime()
public abstract boolean hasApproveTime()The time at which approval was granted.
.google.protobuf.Timestamp approve_time = 1;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the expireTime field is set. |