public static interface QualityProfiles.CreateWsResponse.QualityProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
QualityProfiles.CreateWsResponse.QualityProfile.Infos |
getInfos()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7; |
QualityProfiles.CreateWsResponse.QualityProfile.InfosOrBuilder |
getInfosOrBuilder()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7; |
boolean |
getIsDefault()
optional bool isDefault = 6; |
boolean |
getIsInherited()
optional bool isInherited = 5; |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getLanguage()
optional string language = 3; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 3; |
String |
getLanguageName()
optional string languageName = 4; |
com.google.protobuf.ByteString |
getLanguageNameBytes()
optional string languageName = 4; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
QualityProfiles.CreateWsResponse.QualityProfile.Warnings |
getWarnings()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8; |
QualityProfiles.CreateWsResponse.QualityProfile.WarningsOrBuilder |
getWarningsOrBuilder()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8; |
boolean |
hasInfos()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7; |
boolean |
hasIsDefault()
optional bool isDefault = 6; |
boolean |
hasIsInherited()
optional bool isInherited = 5; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasLanguage()
optional string language = 3; |
boolean |
hasLanguageName()
optional string languageName = 4; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasWarnings()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8; |
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 hasLanguage()
optional string language = 3;
String getLanguage()
optional string language = 3;
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 3;
boolean hasLanguageName()
optional string languageName = 4;
String getLanguageName()
optional string languageName = 4;
com.google.protobuf.ByteString getLanguageNameBytes()
optional string languageName = 4;
boolean hasIsInherited()
optional bool isInherited = 5;
boolean getIsInherited()
optional bool isInherited = 5;
boolean hasIsDefault()
optional bool isDefault = 6;
boolean getIsDefault()
optional bool isDefault = 6;
boolean hasInfos()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7;
QualityProfiles.CreateWsResponse.QualityProfile.Infos getInfos()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7;
QualityProfiles.CreateWsResponse.QualityProfile.InfosOrBuilder getInfosOrBuilder()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Infos infos = 7;
boolean hasWarnings()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8;
QualityProfiles.CreateWsResponse.QualityProfile.Warnings getWarnings()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8;
QualityProfiles.CreateWsResponse.QualityProfile.WarningsOrBuilder getWarningsOrBuilder()
optional .sonarqube.ws.qualityprofiles.CreateWsResponse.QualityProfile.Warnings warnings = 8;
Copyright © 2009–2017 SonarSource. All rights reserved.