public static interface WsUserTokens.SearchWsResponse.UserTokenOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCreatedAt()
optional string createdAt = 2; |
com.google.protobuf.ByteString |
getCreatedAtBytes()
optional string createdAt = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasCreatedAt()
optional string createdAt = 2; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasCreatedAt()
optional string createdAt = 2;
String getCreatedAt()
optional string createdAt = 2;
com.google.protobuf.ByteString getCreatedAtBytes()
optional string createdAt = 2;
Copyright © 2009–2017 SonarSource. All rights reserved.