public static final class OpennmsModelProtos.Node extends com.google.protobuf.GeneratedMessageV3 implements OpennmsModelProtos.NodeOrBuilder
Node
Modifier and Type | Class and Description |
---|---|
static class |
OpennmsModelProtos.Node.Builder
Protobuf type
Node |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CATEGORY_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
FOREIGN_ID_FIELD_NUMBER |
static int |
FOREIGN_SOURCE_FIELD_NUMBER |
static int |
HW_INVENTORY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IP_INTERFACE_FIELD_NUMBER |
static int |
LABEL_FIELD_NUMBER |
static int |
LOCATION_FIELD_NUMBER |
static int |
SNMP_INTERFACE_FIELD_NUMBER |
static int |
SYS_CONTACT_FIELD_NUMBER |
static int |
SYS_DESCRIPTION_FIELD_NUMBER |
static int |
SYS_OBJECT_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategory(int index)
repeated string category = 5; |
com.google.protobuf.ByteString |
getCategoryBytes(int index)
repeated string category = 5; |
int |
getCategoryCount()
repeated string category = 5; |
com.google.protobuf.ProtocolStringList |
getCategoryList()
repeated string category = 5; |
long |
getCreateTime()
uint64 create_time = 7; |
static OpennmsModelProtos.Node |
getDefaultInstance() |
OpennmsModelProtos.Node |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getForeignId()
string foreign_id = 3; |
com.google.protobuf.ByteString |
getForeignIdBytes()
string foreign_id = 3; |
String |
getForeignSource()
string foreign_source = 2; |
com.google.protobuf.ByteString |
getForeignSourceBytes()
string foreign_source = 2; |
OpennmsModelProtos.HwEntity |
getHwInventory()
.HwEntity hw_inventory = 13; |
OpennmsModelProtos.HwEntityOrBuilder |
getHwInventoryOrBuilder()
.HwEntity hw_inventory = 13; |
long |
getId()
uint64 id = 1; |
OpennmsModelProtos.IpInterface |
getIpInterface(int index)
repeated .IpInterface ip_interface = 11; |
int |
getIpInterfaceCount()
repeated .IpInterface ip_interface = 11; |
List<OpennmsModelProtos.IpInterface> |
getIpInterfaceList()
repeated .IpInterface ip_interface = 11; |
OpennmsModelProtos.IpInterfaceOrBuilder |
getIpInterfaceOrBuilder(int index)
repeated .IpInterface ip_interface = 11; |
List<? extends OpennmsModelProtos.IpInterfaceOrBuilder> |
getIpInterfaceOrBuilderList()
repeated .IpInterface ip_interface = 11; |
String |
getLabel()
string label = 6; |
com.google.protobuf.ByteString |
getLabelBytes()
string label = 6; |
String |
getLocation()
string location = 4; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 4; |
com.google.protobuf.Parser<OpennmsModelProtos.Node> |
getParserForType() |
int |
getSerializedSize() |
OpennmsModelProtos.SnmpInterface |
getSnmpInterface(int index)
repeated .SnmpInterface snmp_interface = 12; |
int |
getSnmpInterfaceCount()
repeated .SnmpInterface snmp_interface = 12; |
List<OpennmsModelProtos.SnmpInterface> |
getSnmpInterfaceList()
repeated .SnmpInterface snmp_interface = 12; |
OpennmsModelProtos.SnmpInterfaceOrBuilder |
getSnmpInterfaceOrBuilder(int index)
repeated .SnmpInterface snmp_interface = 12; |
List<? extends OpennmsModelProtos.SnmpInterfaceOrBuilder> |
getSnmpInterfaceOrBuilderList()
repeated .SnmpInterface snmp_interface = 12; |
String |
getSysContact()
string sys_contact = 8; |
com.google.protobuf.ByteString |
getSysContactBytes()
string sys_contact = 8; |
String |
getSysDescription()
string sys_description = 9; |
com.google.protobuf.ByteString |
getSysDescriptionBytes()
string sys_description = 9; |
String |
getSysObjectId()
string sys_object_id = 10; |
com.google.protobuf.ByteString |
getSysObjectIdBytes()
string sys_object_id = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHwInventory()
.HwEntity hw_inventory = 13; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OpennmsModelProtos.Node.Builder |
newBuilder() |
static OpennmsModelProtos.Node.Builder |
newBuilder(OpennmsModelProtos.Node prototype) |
OpennmsModelProtos.Node.Builder |
newBuilderForType() |
protected OpennmsModelProtos.Node.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static OpennmsModelProtos.Node |
parseDelimitedFrom(InputStream input) |
static OpennmsModelProtos.Node |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.Node |
parseFrom(byte[] data) |
static OpennmsModelProtos.Node |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.Node |
parseFrom(ByteBuffer data) |
static OpennmsModelProtos.Node |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.Node |
parseFrom(com.google.protobuf.ByteString data) |
static OpennmsModelProtos.Node |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.Node |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpennmsModelProtos.Node |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.Node |
parseFrom(InputStream input) |
static OpennmsModelProtos.Node |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpennmsModelProtos.Node> |
parser() |
OpennmsModelProtos.Node.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ID_FIELD_NUMBER
public static final int FOREIGN_SOURCE_FIELD_NUMBER
public static final int FOREIGN_ID_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int SYS_CONTACT_FIELD_NUMBER
public static final int SYS_DESCRIPTION_FIELD_NUMBER
public static final int SYS_OBJECT_ID_FIELD_NUMBER
public static final int IP_INTERFACE_FIELD_NUMBER
public static final int SNMP_INTERFACE_FIELD_NUMBER
public static final int HW_INVENTORY_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public long getId()
uint64 id = 1;
getId
in interface OpennmsModelProtos.NodeOrBuilder
public String getForeignSource()
string foreign_source = 2;
getForeignSource
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getForeignSourceBytes()
string foreign_source = 2;
getForeignSourceBytes
in interface OpennmsModelProtos.NodeOrBuilder
public String getForeignId()
string foreign_id = 3;
getForeignId
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getForeignIdBytes()
string foreign_id = 3;
getForeignIdBytes
in interface OpennmsModelProtos.NodeOrBuilder
public String getLocation()
string location = 4;
getLocation
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
string location = 4;
getLocationBytes
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ProtocolStringList getCategoryList()
repeated string category = 5;
getCategoryList
in interface OpennmsModelProtos.NodeOrBuilder
public int getCategoryCount()
repeated string category = 5;
getCategoryCount
in interface OpennmsModelProtos.NodeOrBuilder
public String getCategory(int index)
repeated string category = 5;
getCategory
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getCategoryBytes(int index)
repeated string category = 5;
getCategoryBytes
in interface OpennmsModelProtos.NodeOrBuilder
public String getLabel()
string label = 6;
getLabel
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getLabelBytes()
string label = 6;
getLabelBytes
in interface OpennmsModelProtos.NodeOrBuilder
public long getCreateTime()
uint64 create_time = 7;
getCreateTime
in interface OpennmsModelProtos.NodeOrBuilder
public String getSysContact()
string sys_contact = 8;
getSysContact
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getSysContactBytes()
string sys_contact = 8;
getSysContactBytes
in interface OpennmsModelProtos.NodeOrBuilder
public String getSysDescription()
string sys_description = 9;
getSysDescription
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getSysDescriptionBytes()
string sys_description = 9;
getSysDescriptionBytes
in interface OpennmsModelProtos.NodeOrBuilder
public String getSysObjectId()
string sys_object_id = 10;
getSysObjectId
in interface OpennmsModelProtos.NodeOrBuilder
public com.google.protobuf.ByteString getSysObjectIdBytes()
string sys_object_id = 10;
getSysObjectIdBytes
in interface OpennmsModelProtos.NodeOrBuilder
public List<OpennmsModelProtos.IpInterface> getIpInterfaceList()
repeated .IpInterface ip_interface = 11;
getIpInterfaceList
in interface OpennmsModelProtos.NodeOrBuilder
public List<? extends OpennmsModelProtos.IpInterfaceOrBuilder> getIpInterfaceOrBuilderList()
repeated .IpInterface ip_interface = 11;
getIpInterfaceOrBuilderList
in interface OpennmsModelProtos.NodeOrBuilder
public int getIpInterfaceCount()
repeated .IpInterface ip_interface = 11;
getIpInterfaceCount
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.IpInterface getIpInterface(int index)
repeated .IpInterface ip_interface = 11;
getIpInterface
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.IpInterfaceOrBuilder getIpInterfaceOrBuilder(int index)
repeated .IpInterface ip_interface = 11;
getIpInterfaceOrBuilder
in interface OpennmsModelProtos.NodeOrBuilder
public List<OpennmsModelProtos.SnmpInterface> getSnmpInterfaceList()
repeated .SnmpInterface snmp_interface = 12;
getSnmpInterfaceList
in interface OpennmsModelProtos.NodeOrBuilder
public List<? extends OpennmsModelProtos.SnmpInterfaceOrBuilder> getSnmpInterfaceOrBuilderList()
repeated .SnmpInterface snmp_interface = 12;
getSnmpInterfaceOrBuilderList
in interface OpennmsModelProtos.NodeOrBuilder
public int getSnmpInterfaceCount()
repeated .SnmpInterface snmp_interface = 12;
getSnmpInterfaceCount
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.SnmpInterface getSnmpInterface(int index)
repeated .SnmpInterface snmp_interface = 12;
getSnmpInterface
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.SnmpInterfaceOrBuilder getSnmpInterfaceOrBuilder(int index)
repeated .SnmpInterface snmp_interface = 12;
getSnmpInterfaceOrBuilder
in interface OpennmsModelProtos.NodeOrBuilder
public boolean hasHwInventory()
.HwEntity hw_inventory = 13;
hasHwInventory
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.HwEntity getHwInventory()
.HwEntity hw_inventory = 13;
getHwInventory
in interface OpennmsModelProtos.NodeOrBuilder
public OpennmsModelProtos.HwEntityOrBuilder getHwInventoryOrBuilder()
.HwEntity hw_inventory = 13;
getHwInventoryOrBuilder
in interface OpennmsModelProtos.NodeOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static OpennmsModelProtos.Node parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.Node parseFrom(InputStream input) throws IOException
IOException
public static OpennmsModelProtos.Node parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OpennmsModelProtos.Node parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OpennmsModelProtos.Node parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OpennmsModelProtos.Node parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OpennmsModelProtos.Node parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public OpennmsModelProtos.Node.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OpennmsModelProtos.Node.Builder newBuilder()
public static OpennmsModelProtos.Node.Builder newBuilder(OpennmsModelProtos.Node prototype)
public OpennmsModelProtos.Node.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OpennmsModelProtos.Node.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static OpennmsModelProtos.Node getDefaultInstance()
public static com.google.protobuf.Parser<OpennmsModelProtos.Node> parser()
public com.google.protobuf.Parser<OpennmsModelProtos.Node> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public OpennmsModelProtos.Node getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.