public static final class BatchInput.ServerIssue extends com.google.protobuf.GeneratedMessage implements BatchInput.ServerIssueOrBuilder
ServerIssue| Modifier and Type | Class and Description |
|---|---|
static class |
BatchInput.ServerIssue.Builder
Protobuf type
ServerIssue |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ASSIGNEE_LOGIN_FIELD_NUMBER |
static int |
CHECKSUM_FIELD_NUMBER |
static int |
CREATION_DATE_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
LINE_FIELD_NUMBER |
static int |
MANUAL_SEVERITY_FIELD_NUMBER |
static int |
MODULE_KEY_FIELD_NUMBER |
static int |
MSG_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchInput.ServerIssue> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
RESOLUTION_FIELD_NUMBER |
static int |
RULE_KEY_FIELD_NUMBER |
static int |
RULE_REPOSITORY_FIELD_NUMBER |
static int |
SEVERITY_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssigneeLogin()
optional string assignee_login = 13; |
com.google.protobuf.ByteString |
getAssigneeLoginBytes()
optional string assignee_login = 13; |
String |
getChecksum()
optional string checksum = 12; |
com.google.protobuf.ByteString |
getChecksumBytes()
optional string checksum = 12; |
long |
getCreationDate()
optional int64 creation_date = 14; |
static BatchInput.ServerIssue |
getDefaultInstance() |
BatchInput.ServerIssue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
int |
getLine()
optional int32 line = 6; |
boolean |
getManualSeverity()
optional bool manual_severity = 9; |
String |
getModuleKey()
optional string module_key = 2; |
com.google.protobuf.ByteString |
getModuleKeyBytes()
optional string module_key = 2; |
String |
getMsg()
optional string msg = 7; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 7; |
com.google.protobuf.Parser<BatchInput.ServerIssue> |
getParserForType() |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
String |
getResolution()
optional string resolution = 10; |
com.google.protobuf.ByteString |
getResolutionBytes()
optional string resolution = 10; |
String |
getRuleKey()
optional string rule_key = 5; |
com.google.protobuf.ByteString |
getRuleKeyBytes()
optional string rule_key = 5; |
String |
getRuleRepository()
optional string rule_repository = 4; |
com.google.protobuf.ByteString |
getRuleRepositoryBytes()
optional string rule_repository = 4; |
int |
getSerializedSize() |
Constants.Severity |
getSeverity()
optional .Severity severity = 8; |
String |
getStatus()
optional string status = 11; |
com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 11; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAssigneeLogin()
optional string assignee_login = 13; |
boolean |
hasChecksum()
optional string checksum = 12; |
boolean |
hasCreationDate()
optional int64 creation_date = 14; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasLine()
optional int32 line = 6; |
boolean |
hasManualSeverity()
optional bool manual_severity = 9; |
boolean |
hasModuleKey()
optional string module_key = 2; |
boolean |
hasMsg()
optional string msg = 7; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasResolution()
optional string resolution = 10; |
boolean |
hasRuleKey()
optional string rule_key = 5; |
boolean |
hasRuleRepository()
optional string rule_repository = 4; |
boolean |
hasSeverity()
optional .Severity severity = 8; |
boolean |
hasStatus()
optional string status = 11; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchInput.ServerIssue.Builder |
newBuilder() |
static BatchInput.ServerIssue.Builder |
newBuilder(BatchInput.ServerIssue prototype) |
BatchInput.ServerIssue.Builder |
newBuilderForType() |
protected BatchInput.ServerIssue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchInput.ServerIssue |
parseDelimitedFrom(InputStream input) |
static BatchInput.ServerIssue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchInput.ServerIssue |
parseFrom(byte[] data) |
static BatchInput.ServerIssue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchInput.ServerIssue |
parseFrom(com.google.protobuf.ByteString data) |
static BatchInput.ServerIssue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchInput.ServerIssue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchInput.ServerIssue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchInput.ServerIssue |
parseFrom(InputStream input) |
static BatchInput.ServerIssue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchInput.ServerIssue.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<BatchInput.ServerIssue> PARSER
public static final int KEY_FIELD_NUMBER
public static final int MODULE_KEY_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
public static final int RULE_REPOSITORY_FIELD_NUMBER
public static final int RULE_KEY_FIELD_NUMBER
public static final int LINE_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
public static final int MANUAL_SEVERITY_FIELD_NUMBER
public static final int RESOLUTION_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int CHECKSUM_FIELD_NUMBER
public static final int ASSIGNEE_LOGIN_FIELD_NUMBER
public static final int CREATION_DATE_FIELD_NUMBER
public static BatchInput.ServerIssue getDefaultInstance()
public BatchInput.ServerIssue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<BatchInput.ServerIssue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasKey()
optional string key = 1;hasKey in interface BatchInput.ServerIssueOrBuilderpublic String getKey()
optional string key = 1;getKey in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;getKeyBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasModuleKey()
optional string module_key = 2;hasModuleKey in interface BatchInput.ServerIssueOrBuilderpublic String getModuleKey()
optional string module_key = 2;getModuleKey in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getModuleKeyBytes()
optional string module_key = 2;getModuleKeyBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasPath()
optional string path = 3;hasPath in interface BatchInput.ServerIssueOrBuilderpublic String getPath()
optional string path = 3;getPath in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 3;getPathBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasRuleRepository()
optional string rule_repository = 4;hasRuleRepository in interface BatchInput.ServerIssueOrBuilderpublic String getRuleRepository()
optional string rule_repository = 4;getRuleRepository in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getRuleRepositoryBytes()
optional string rule_repository = 4;getRuleRepositoryBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasRuleKey()
optional string rule_key = 5;hasRuleKey in interface BatchInput.ServerIssueOrBuilderpublic String getRuleKey()
optional string rule_key = 5;getRuleKey in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getRuleKeyBytes()
optional string rule_key = 5;getRuleKeyBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasLine()
optional int32 line = 6;hasLine in interface BatchInput.ServerIssueOrBuilderpublic int getLine()
optional int32 line = 6;getLine in interface BatchInput.ServerIssueOrBuilderpublic boolean hasMsg()
optional string msg = 7;hasMsg in interface BatchInput.ServerIssueOrBuilderpublic String getMsg()
optional string msg = 7;getMsg in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
optional string msg = 7;getMsgBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasSeverity()
optional .Severity severity = 8;hasSeverity in interface BatchInput.ServerIssueOrBuilderpublic Constants.Severity getSeverity()
optional .Severity severity = 8;getSeverity in interface BatchInput.ServerIssueOrBuilderpublic boolean hasManualSeverity()
optional bool manual_severity = 9;hasManualSeverity in interface BatchInput.ServerIssueOrBuilderpublic boolean getManualSeverity()
optional bool manual_severity = 9;getManualSeverity in interface BatchInput.ServerIssueOrBuilderpublic boolean hasResolution()
optional string resolution = 10;hasResolution in interface BatchInput.ServerIssueOrBuilderpublic String getResolution()
optional string resolution = 10;getResolution in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getResolutionBytes()
optional string resolution = 10;getResolutionBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasStatus()
optional string status = 11;hasStatus in interface BatchInput.ServerIssueOrBuilderpublic String getStatus()
optional string status = 11;getStatus in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
optional string status = 11;getStatusBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasChecksum()
optional string checksum = 12;hasChecksum in interface BatchInput.ServerIssueOrBuilderpublic String getChecksum()
optional string checksum = 12;getChecksum in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getChecksumBytes()
optional string checksum = 12;getChecksumBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasAssigneeLogin()
optional string assignee_login = 13;hasAssigneeLogin in interface BatchInput.ServerIssueOrBuilderpublic String getAssigneeLogin()
optional string assignee_login = 13;getAssigneeLogin in interface BatchInput.ServerIssueOrBuilderpublic com.google.protobuf.ByteString getAssigneeLoginBytes()
optional string assignee_login = 13;getAssigneeLoginBytes in interface BatchInput.ServerIssueOrBuilderpublic boolean hasCreationDate()
optional int64 creation_date = 14;hasCreationDate in interface BatchInput.ServerIssueOrBuilderpublic long getCreationDate()
optional int64 creation_date = 14;getCreationDate in interface BatchInput.ServerIssueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static BatchInput.ServerIssue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchInput.ServerIssue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchInput.ServerIssue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchInput.ServerIssue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchInput.ServerIssue parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchInput.ServerIssue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchInput.ServerIssue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchInput.ServerIssue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchInput.ServerIssue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchInput.ServerIssue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchInput.ServerIssue.Builder newBuilder()
public BatchInput.ServerIssue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchInput.ServerIssue.Builder newBuilder(BatchInput.ServerIssue prototype)
public BatchInput.ServerIssue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchInput.ServerIssue.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2009–2015 SonarSource. All rights reserved.