public static final class Licenses.License.Builder extends com.google.protobuf.GeneratedMessage.Builder<Licenses.License.Builder> implements Licenses.LicenseOrBuilder
sonarqube.ws.licenses.License
Modifier and Type | Method and Description |
---|---|
Licenses.License |
build() |
Licenses.License |
buildPartial() |
Licenses.License.Builder |
clear() |
Licenses.License.Builder |
clearAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.License.Builder |
clearExpiration()
optional string expiration = 6; |
Licenses.License.Builder |
clearInvalidExpiration()
optional bool invalidExpiration = 11; |
Licenses.License.Builder |
clearInvalidProduct()
optional bool invalidProduct = 10; |
Licenses.License.Builder |
clearInvalidServerId()
optional bool invalidServerId = 12; |
Licenses.License.Builder |
clearKey()
optional string key = 1; |
Licenses.License.Builder |
clearName()
optional string name = 2; |
Licenses.License.Builder |
clearOrganization()
optional string organization = 5; |
Licenses.License.Builder |
clearProduct()
optional string product = 4; |
Licenses.License.Builder |
clearServerId()
optional string serverId = 7; |
Licenses.License.Builder |
clearType()
optional string type = 8; |
Licenses.License.Builder |
clearValue()
optional string value = 3; |
Licenses.AdditionalProperties |
getAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.AdditionalProperties.Builder |
getAdditionalPropertiesBuilder()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.AdditionalPropertiesOrBuilder |
getAdditionalPropertiesOrBuilder()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.License |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getExpiration()
optional string expiration = 6; |
com.google.protobuf.ByteString |
getExpirationBytes()
optional string expiration = 6; |
boolean |
getInvalidExpiration()
optional bool invalidExpiration = 11; |
boolean |
getInvalidProduct()
optional bool invalidProduct = 10; |
boolean |
getInvalidServerId()
optional bool invalidServerId = 12; |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getOrganization()
optional string organization = 5; |
com.google.protobuf.ByteString |
getOrganizationBytes()
optional string organization = 5; |
String |
getProduct()
optional string product = 4; |
com.google.protobuf.ByteString |
getProductBytes()
optional string product = 4; |
String |
getServerId()
optional string serverId = 7; |
com.google.protobuf.ByteString |
getServerIdBytes()
optional string serverId = 7; |
String |
getType()
optional string type = 8; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 8; |
String |
getValue()
optional string value = 3; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 3; |
boolean |
hasAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
boolean |
hasExpiration()
optional string expiration = 6; |
boolean |
hasInvalidExpiration()
optional bool invalidExpiration = 11; |
boolean |
hasInvalidProduct()
optional bool invalidProduct = 10; |
boolean |
hasInvalidServerId()
optional bool invalidServerId = 12; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasOrganization()
optional string organization = 5; |
boolean |
hasProduct()
optional string product = 4; |
boolean |
hasServerId()
optional string serverId = 7; |
boolean |
hasType()
optional string type = 8; |
boolean |
hasValue()
optional string value = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Licenses.License.Builder |
mergeAdditionalProperties(Licenses.AdditionalProperties value)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.License.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Licenses.License.Builder |
mergeFrom(Licenses.License other) |
Licenses.License.Builder |
mergeFrom(com.google.protobuf.Message other) |
Licenses.License.Builder |
setAdditionalProperties(Licenses.AdditionalProperties.Builder builderForValue)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.License.Builder |
setAdditionalProperties(Licenses.AdditionalProperties value)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9; |
Licenses.License.Builder |
setExpiration(String value)
optional string expiration = 6; |
Licenses.License.Builder |
setExpirationBytes(com.google.protobuf.ByteString value)
optional string expiration = 6; |
Licenses.License.Builder |
setInvalidExpiration(boolean value)
optional bool invalidExpiration = 11; |
Licenses.License.Builder |
setInvalidProduct(boolean value)
optional bool invalidProduct = 10; |
Licenses.License.Builder |
setInvalidServerId(boolean value)
optional bool invalidServerId = 12; |
Licenses.License.Builder |
setKey(String value)
optional string key = 1; |
Licenses.License.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1; |
Licenses.License.Builder |
setName(String value)
optional string name = 2; |
Licenses.License.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
Licenses.License.Builder |
setOrganization(String value)
optional string organization = 5; |
Licenses.License.Builder |
setOrganizationBytes(com.google.protobuf.ByteString value)
optional string organization = 5; |
Licenses.License.Builder |
setProduct(String value)
optional string product = 4; |
Licenses.License.Builder |
setProductBytes(com.google.protobuf.ByteString value)
optional string product = 4; |
Licenses.License.Builder |
setServerId(String value)
optional string serverId = 7; |
Licenses.License.Builder |
setServerIdBytes(com.google.protobuf.ByteString value)
optional string serverId = 7; |
Licenses.License.Builder |
setType(String value)
optional string type = 8; |
Licenses.License.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 8; |
Licenses.License.Builder |
setValue(String value)
optional string value = 3; |
Licenses.License.Builder |
setValueBytes(com.google.protobuf.ByteString value)
optional string value = 3; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Licenses.License.Builder>
public Licenses.License.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Licenses.License.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Licenses.License.Builder>
public Licenses.License getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Licenses.License build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Licenses.License buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Licenses.License.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Licenses.License.Builder>
public Licenses.License.Builder mergeFrom(Licenses.License other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Licenses.License.Builder>
public Licenses.License.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Licenses.License.Builder>
IOException
public boolean hasKey()
optional string key = 1;
hasKey
in interface Licenses.LicenseOrBuilder
public String getKey()
optional string key = 1;
getKey
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
getKeyBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setKey(String value)
optional string key = 1;
public Licenses.License.Builder clearKey()
optional string key = 1;
public Licenses.License.Builder setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1;
public boolean hasName()
optional string name = 2;
hasName
in interface Licenses.LicenseOrBuilder
public String getName()
optional string name = 2;
getName
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setName(String value)
optional string name = 2;
public Licenses.License.Builder clearName()
optional string name = 2;
public Licenses.License.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;
public boolean hasValue()
optional string value = 3;
hasValue
in interface Licenses.LicenseOrBuilder
public String getValue()
optional string value = 3;
getValue
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getValueBytes()
optional string value = 3;
getValueBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setValue(String value)
optional string value = 3;
public Licenses.License.Builder clearValue()
optional string value = 3;
public Licenses.License.Builder setValueBytes(com.google.protobuf.ByteString value)
optional string value = 3;
public boolean hasProduct()
optional string product = 4;
hasProduct
in interface Licenses.LicenseOrBuilder
public String getProduct()
optional string product = 4;
getProduct
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getProductBytes()
optional string product = 4;
getProductBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setProduct(String value)
optional string product = 4;
public Licenses.License.Builder clearProduct()
optional string product = 4;
public Licenses.License.Builder setProductBytes(com.google.protobuf.ByteString value)
optional string product = 4;
public boolean hasOrganization()
optional string organization = 5;
hasOrganization
in interface Licenses.LicenseOrBuilder
public String getOrganization()
optional string organization = 5;
getOrganization
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getOrganizationBytes()
optional string organization = 5;
getOrganizationBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setOrganization(String value)
optional string organization = 5;
public Licenses.License.Builder clearOrganization()
optional string organization = 5;
public Licenses.License.Builder setOrganizationBytes(com.google.protobuf.ByteString value)
optional string organization = 5;
public boolean hasExpiration()
optional string expiration = 6;
hasExpiration
in interface Licenses.LicenseOrBuilder
public String getExpiration()
optional string expiration = 6;
getExpiration
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getExpirationBytes()
optional string expiration = 6;
getExpirationBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setExpiration(String value)
optional string expiration = 6;
public Licenses.License.Builder clearExpiration()
optional string expiration = 6;
public Licenses.License.Builder setExpirationBytes(com.google.protobuf.ByteString value)
optional string expiration = 6;
public boolean hasServerId()
optional string serverId = 7;
hasServerId
in interface Licenses.LicenseOrBuilder
public String getServerId()
optional string serverId = 7;
getServerId
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getServerIdBytes()
optional string serverId = 7;
getServerIdBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setServerId(String value)
optional string serverId = 7;
public Licenses.License.Builder clearServerId()
optional string serverId = 7;
public Licenses.License.Builder setServerIdBytes(com.google.protobuf.ByteString value)
optional string serverId = 7;
public boolean hasType()
optional string type = 8;
hasType
in interface Licenses.LicenseOrBuilder
public String getType()
optional string type = 8;
getType
in interface Licenses.LicenseOrBuilder
public com.google.protobuf.ByteString getTypeBytes()
optional string type = 8;
getTypeBytes
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setType(String value)
optional string type = 8;
public Licenses.License.Builder clearType()
optional string type = 8;
public Licenses.License.Builder setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 8;
public boolean hasAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
hasAdditionalProperties
in interface Licenses.LicenseOrBuilder
public Licenses.AdditionalProperties getAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
getAdditionalProperties
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setAdditionalProperties(Licenses.AdditionalProperties value)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
public Licenses.License.Builder setAdditionalProperties(Licenses.AdditionalProperties.Builder builderForValue)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
public Licenses.License.Builder mergeAdditionalProperties(Licenses.AdditionalProperties value)
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
public Licenses.License.Builder clearAdditionalProperties()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
public Licenses.AdditionalProperties.Builder getAdditionalPropertiesBuilder()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
public Licenses.AdditionalPropertiesOrBuilder getAdditionalPropertiesOrBuilder()
optional .sonarqube.ws.licenses.AdditionalProperties additionalProperties = 9;
getAdditionalPropertiesOrBuilder
in interface Licenses.LicenseOrBuilder
public boolean hasInvalidProduct()
optional bool invalidProduct = 10;
hasInvalidProduct
in interface Licenses.LicenseOrBuilder
public boolean getInvalidProduct()
optional bool invalidProduct = 10;
getInvalidProduct
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setInvalidProduct(boolean value)
optional bool invalidProduct = 10;
public Licenses.License.Builder clearInvalidProduct()
optional bool invalidProduct = 10;
public boolean hasInvalidExpiration()
optional bool invalidExpiration = 11;
hasInvalidExpiration
in interface Licenses.LicenseOrBuilder
public boolean getInvalidExpiration()
optional bool invalidExpiration = 11;
getInvalidExpiration
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setInvalidExpiration(boolean value)
optional bool invalidExpiration = 11;
public Licenses.License.Builder clearInvalidExpiration()
optional bool invalidExpiration = 11;
public boolean hasInvalidServerId()
optional bool invalidServerId = 12;
hasInvalidServerId
in interface Licenses.LicenseOrBuilder
public boolean getInvalidServerId()
optional bool invalidServerId = 12;
getInvalidServerId
in interface Licenses.LicenseOrBuilder
public Licenses.License.Builder setInvalidServerId(boolean value)
optional bool invalidServerId = 12;
public Licenses.License.Builder clearInvalidServerId()
optional bool invalidServerId = 12;
Copyright © 2009–2017 SonarSource. All rights reserved.