public static interface YarnProtos.URLProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFile()
optional string file = 4; |
com.google.protobuf.ByteString |
getFileBytes()
optional string file = 4; |
String |
getHost()
optional string host = 2; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 2; |
int |
getPort()
optional int32 port = 3; |
String |
getScheme()
optional string scheme = 1; |
com.google.protobuf.ByteString |
getSchemeBytes()
optional string scheme = 1; |
String |
getUserInfo()
optional string userInfo = 5; |
com.google.protobuf.ByteString |
getUserInfoBytes()
optional string userInfo = 5; |
boolean |
hasFile()
optional string file = 4; |
boolean |
hasHost()
optional string host = 2; |
boolean |
hasPort()
optional int32 port = 3; |
boolean |
hasScheme()
optional string scheme = 1; |
boolean |
hasUserInfo()
optional string userInfo = 5; |
boolean hasScheme()
optional string scheme = 1;
String getScheme()
optional string scheme = 1;
com.google.protobuf.ByteString getSchemeBytes()
optional string scheme = 1;
boolean hasHost()
optional string host = 2;
String getHost()
optional string host = 2;
com.google.protobuf.ByteString getHostBytes()
optional string host = 2;
boolean hasPort()
optional int32 port = 3;
int getPort()
optional int32 port = 3;
boolean hasFile()
optional string file = 4;
String getFile()
optional string file = 4;
com.google.protobuf.ByteString getFileBytes()
optional string file = 4;
boolean hasUserInfo()
optional string userInfo = 5;
String getUserInfo()
optional string userInfo = 5;
com.google.protobuf.ByteString getUserInfoBytes()
optional string userInfo = 5;
Copyright © 2013 Apache Software Foundation. All rights reserved.