public static interface RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
extends com.google.gwt.dev.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dev.protobuf.ByteString |
getIcon()
optional bytes icon = 2; |
String |
getName()
required string name = 1; |
com.google.gwt.dev.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getRemoteHost()
optional string remoteHost = 7; |
com.google.gwt.dev.protobuf.ByteString |
getRemoteHostBytes()
optional string remoteHost = 7; |
String |
getSessionKey()
optional string sessionKey = 3; |
com.google.gwt.dev.protobuf.ByteString |
getSessionKeyBytes()
optional string sessionKey = 3; |
String |
getTabKey()
optional string tabKey = 6; |
com.google.gwt.dev.protobuf.ByteString |
getTabKeyBytes()
optional string tabKey = 6; |
String |
getUrl()
optional string url = 5; |
com.google.gwt.dev.protobuf.ByteString |
getUrlBytes()
optional string url = 5; |
String |
getUserAgent()
optional string userAgent = 4; |
com.google.gwt.dev.protobuf.ByteString |
getUserAgentBytes()
optional string userAgent = 4; |
boolean |
hasIcon()
optional bytes icon = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasRemoteHost()
optional string remoteHost = 7; |
boolean |
hasSessionKey()
optional string sessionKey = 3; |
boolean |
hasTabKey()
optional string tabKey = 6; |
boolean |
hasUrl()
optional string url = 5; |
boolean |
hasUserAgent()
optional string userAgent = 4; |
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.gwt.dev.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasIcon()
optional bytes icon = 2;
com.google.gwt.dev.protobuf.ByteString getIcon()
optional bytes icon = 2;
boolean hasSessionKey()
optional string sessionKey = 3;
String getSessionKey()
optional string sessionKey = 3;
com.google.gwt.dev.protobuf.ByteString getSessionKeyBytes()
optional string sessionKey = 3;
boolean hasUserAgent()
optional string userAgent = 4;
String getUserAgent()
optional string userAgent = 4;
com.google.gwt.dev.protobuf.ByteString getUserAgentBytes()
optional string userAgent = 4;
boolean hasUrl()
optional string url = 5;
String getUrl()
optional string url = 5;
com.google.gwt.dev.protobuf.ByteString getUrlBytes()
optional string url = 5;
boolean hasTabKey()
optional string tabKey = 6;
String getTabKey()
optional string tabKey = 6;
com.google.gwt.dev.protobuf.ByteString getTabKeyBytes()
optional string tabKey = 6;
boolean hasRemoteHost()
optional string remoteHost = 7;
String getRemoteHost()
optional string remoteHost = 7;
com.google.gwt.dev.protobuf.ByteString getRemoteHostBytes()
optional string remoteHost = 7;
Copyright © 2018. All rights reserved.