public static interface DAGProtos.CallerContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBlob()
optional string blob = 4; | 
com.google.protobuf.ByteString | 
getBlobBytes()
optional string blob = 4; | 
String | 
getCallerId()
optional string callerId = 3; | 
com.google.protobuf.ByteString | 
getCallerIdBytes()
optional string callerId = 3; | 
String | 
getCallerType()
optional string callerType = 2; | 
com.google.protobuf.ByteString | 
getCallerTypeBytes()
optional string callerType = 2; | 
String | 
getContext()
optional string context = 1; | 
com.google.protobuf.ByteString | 
getContextBytes()
optional string context = 1; | 
boolean | 
hasBlob()
optional string blob = 4; | 
boolean | 
hasCallerId()
optional string callerId = 3; | 
boolean | 
hasCallerType()
optional string callerType = 2; | 
boolean | 
hasContext()
optional string context = 1; | 
boolean hasContext()
optional string context = 1;String getContext()
optional string context = 1;com.google.protobuf.ByteString getContextBytes()
optional string context = 1;boolean hasCallerType()
optional string callerType = 2;String getCallerType()
optional string callerType = 2;com.google.protobuf.ByteString getCallerTypeBytes()
optional string callerType = 2;boolean hasCallerId()
optional string callerId = 3;String getCallerId()
optional string callerId = 3;com.google.protobuf.ByteString getCallerIdBytes()
optional string callerId = 3;boolean hasBlob()
optional string blob = 4;String getBlob()
optional string blob = 4;com.google.protobuf.ByteString getBlobBytes()
optional string blob = 4;Copyright © 2016 Apache Software Foundation. All rights reserved.