public static interface Common.RuleOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getLang()
optional string lang = 3; |
com.google.protobuf.ByteString |
getLangBytes()
optional string lang = 3; |
String |
getLangName()
optional string langName = 5; |
com.google.protobuf.ByteString |
getLangNameBytes()
optional string langName = 5; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
Common.RuleStatus |
getStatus()
optional .sonarqube.ws.commons.RuleStatus status = 4; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasLang()
optional string lang = 3; |
boolean |
hasLangName()
optional string langName = 5; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasStatus()
optional .sonarqube.ws.commons.RuleStatus status = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
boolean hasName()
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
boolean hasLang()
optional string lang = 3;
com.google.protobuf.ByteString getLangBytes()
optional string lang = 3;
boolean hasStatus()
optional .sonarqube.ws.commons.RuleStatus status = 4;
Common.RuleStatus getStatus()
optional .sonarqube.ws.commons.RuleStatus status = 4;
boolean hasLangName()
optional string langName = 5;
String getLangName()
optional string langName = 5;
com.google.protobuf.ByteString getLangNameBytes()
optional string langName = 5;
Copyright © 2009–2017 SonarSource. All rights reserved.