public static interface WsMeasures.PeriodOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDate()
optional string date = 3; |
com.google.protobuf.ByteString |
getDateBytes()
optional string date = 3; |
int |
getIndex()
optional int32 index = 1; |
String |
getMode()
optional string mode = 2; |
com.google.protobuf.ByteString |
getModeBytes()
optional string mode = 2; |
String |
getParameter()
optional string parameter = 4; |
com.google.protobuf.ByteString |
getParameterBytes()
optional string parameter = 4; |
boolean |
hasDate()
optional string date = 3; |
boolean |
hasIndex()
optional int32 index = 1; |
boolean |
hasMode()
optional string mode = 2; |
boolean |
hasParameter()
optional string parameter = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIndex()
optional int32 index = 1;
int getIndex()
optional int32 index = 1;
boolean hasMode()
optional string mode = 2;
com.google.protobuf.ByteString getModeBytes()
optional string mode = 2;
boolean hasDate()
optional string date = 3;
com.google.protobuf.ByteString getDateBytes()
optional string date = 3;
boolean hasParameter()
optional string parameter = 4;
String getParameter()
optional string parameter = 4;
com.google.protobuf.ByteString getParameterBytes()
optional string parameter = 4;
Copyright © 2009–2017 SonarSource. All rights reserved.