public static interface RecoveryProtos.DAGStartedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDagId()
optional string dag_id = 1; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 1; |
long |
getStartTime()
optional int64 start_time = 3; |
boolean |
hasDagId()
optional string dag_id = 1; |
boolean |
hasStartTime()
optional int64 start_time = 3; |
boolean hasDagId()
optional string dag_id = 1;String getDagId()
optional string dag_id = 1;com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;boolean hasStartTime()
optional int64 start_time = 3;long getStartTime()
optional int64 start_time = 3;Copyright © 2014 Apache Software Foundation. All rights reserved.