public static interface SimpleRequestEvent.EventDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEventName()
optional string event_name = 1; |
com.google.protobuf.ByteString |
getEventNameBytes()
optional string event_name = 1; |
String |
getPathInfo()
optional string path_info = 4; |
com.google.protobuf.ByteString |
getPathInfoBytes()
optional string path_info = 4; |
String |
getRequestMethod()
optional string request_method = 2; |
com.google.protobuf.ByteString |
getRequestMethodBytes()
optional string request_method = 2; |
String |
getServletPath()
optional string servlet_path = 3; |
com.google.protobuf.ByteString |
getServletPathBytes()
optional string servlet_path = 3; |
boolean |
hasEventName()
optional string event_name = 1; |
boolean |
hasPathInfo()
optional string path_info = 4; |
boolean |
hasRequestMethod()
optional string request_method = 2; |
boolean |
hasServletPath()
optional string servlet_path = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasEventName()
optional string event_name = 1;
String getEventName()
optional string event_name = 1;
com.google.protobuf.ByteString getEventNameBytes()
optional string event_name = 1;
boolean hasRequestMethod()
optional string request_method = 2;
String getRequestMethod()
optional string request_method = 2;
com.google.protobuf.ByteString getRequestMethodBytes()
optional string request_method = 2;
boolean hasServletPath()
optional string servlet_path = 3;
String getServletPath()
optional string servlet_path = 3;
com.google.protobuf.ByteString getServletPathBytes()
optional string servlet_path = 3;
boolean hasPathInfo()
optional string path_info = 4;
String getPathInfo()
optional string path_info = 4;
com.google.protobuf.ByteString getPathInfoBytes()
optional string path_info = 4;
Copyright © 2003–2017 Atlassian. All rights reserved.