public class LineProtocolLengthError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LineProtocolLengthError.CodeEnum
code is the machine-readable error code.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CODE |
static String |
SERIALIZED_NAME_MAX_LENGTH |
static String |
SERIALIZED_NAME_MESSAGE |
Constructor and Description |
---|
LineProtocolLengthError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LineProtocolLengthError.CodeEnum |
getCode()
code is the machine-readable error code.
|
Integer |
getMaxLength()
max length in bytes for a body of line-protocol.
|
String |
getMessage()
message is a human-readable message.
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MAX_LENGTH
public LineProtocolLengthError.CodeEnum getCode()
public String getMessage()
public Integer getMaxLength()
Copyright © 2018–2019 InfluxData, Inc.. All rights reserved.