public static interface RecoveryProtos.TaskStartedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLaunchTime()
optional int64 launch_time = 3; |
long |
getScheduledTime()
optional int64 scheduled_time = 2; |
String |
getTaskId()
optional string task_id = 1; |
com.google.protobuf.ByteString |
getTaskIdBytes()
optional string task_id = 1; |
boolean |
hasLaunchTime()
optional int64 launch_time = 3; |
boolean |
hasScheduledTime()
optional int64 scheduled_time = 2; |
boolean |
hasTaskId()
optional string task_id = 1; |
boolean hasTaskId()
optional string task_id = 1;String getTaskId()
optional string task_id = 1;com.google.protobuf.ByteString getTaskIdBytes()
optional string task_id = 1;boolean hasScheduledTime()
optional int64 scheduled_time = 2;long getScheduledTime()
optional int64 scheduled_time = 2;boolean hasLaunchTime()
optional int64 launch_time = 3;long getLaunchTime()
optional int64 launch_time = 3;Copyright © 2014 Apache Software Foundation. All rights reserved.