public static final class OpennmsModelProtos.IpInterface extends com.google.protobuf.GeneratedMessageV3 implements OpennmsModelProtos.IpInterfaceOrBuilder
IpInterface
Modifier and Type | Class and Description |
---|---|
static class |
OpennmsModelProtos.IpInterface.Builder
Protobuf type
IpInterface |
static class |
OpennmsModelProtos.IpInterface.PrimaryType
Protobuf enum
IpInterface.PrimaryType |
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 |
ID_FIELD_NUMBER |
static int |
IF_INDEX_FIELD_NUMBER |
static int |
IP_ADDRESS_FIELD_NUMBER |
static int |
PRIMARY_TYPE_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static OpennmsModelProtos.IpInterface |
getDefaultInstance() |
OpennmsModelProtos.IpInterface |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getId()
uint64 id = 1; |
int |
getIfIndex()
uint32 if_index = 3; |
String |
getIpAddress()
string ip_address = 2; |
com.google.protobuf.ByteString |
getIpAddressBytes()
string ip_address = 2; |
com.google.protobuf.Parser<OpennmsModelProtos.IpInterface> |
getParserForType() |
OpennmsModelProtos.IpInterface.PrimaryType |
getPrimaryType()
.IpInterface.PrimaryType primary_type = 4; |
int |
getPrimaryTypeValue()
.IpInterface.PrimaryType primary_type = 4; |
int |
getSerializedSize() |
String |
getService(int index)
repeated string service = 5; |
com.google.protobuf.ByteString |
getServiceBytes(int index)
repeated string service = 5; |
int |
getServiceCount()
repeated string service = 5; |
com.google.protobuf.ProtocolStringList |
getServiceList()
repeated string service = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OpennmsModelProtos.IpInterface.Builder |
newBuilder() |
static OpennmsModelProtos.IpInterface.Builder |
newBuilder(OpennmsModelProtos.IpInterface prototype) |
OpennmsModelProtos.IpInterface.Builder |
newBuilderForType() |
protected OpennmsModelProtos.IpInterface.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static OpennmsModelProtos.IpInterface |
parseDelimitedFrom(InputStream input) |
static OpennmsModelProtos.IpInterface |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.IpInterface |
parseFrom(byte[] data) |
static OpennmsModelProtos.IpInterface |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.IpInterface |
parseFrom(ByteBuffer data) |
static OpennmsModelProtos.IpInterface |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.IpInterface |
parseFrom(com.google.protobuf.ByteString data) |
static OpennmsModelProtos.IpInterface |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.IpInterface |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpennmsModelProtos.IpInterface |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpennmsModelProtos.IpInterface |
parseFrom(InputStream input) |
static OpennmsModelProtos.IpInterface |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpennmsModelProtos.IpInterface> |
parser() |
OpennmsModelProtos.IpInterface.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 IP_ADDRESS_FIELD_NUMBER
public static final int IF_INDEX_FIELD_NUMBER
public static final int PRIMARY_TYPE_FIELD_NUMBER
public static final int SERVICE_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.IpInterfaceOrBuilder
public String getIpAddress()
string ip_address = 2;
getIpAddress
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public com.google.protobuf.ByteString getIpAddressBytes()
string ip_address = 2;
getIpAddressBytes
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public int getIfIndex()
uint32 if_index = 3;
getIfIndex
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public int getPrimaryTypeValue()
.IpInterface.PrimaryType primary_type = 4;
getPrimaryTypeValue
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public OpennmsModelProtos.IpInterface.PrimaryType getPrimaryType()
.IpInterface.PrimaryType primary_type = 4;
getPrimaryType
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public com.google.protobuf.ProtocolStringList getServiceList()
repeated string service = 5;
getServiceList
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public int getServiceCount()
repeated string service = 5;
getServiceCount
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public String getService(int index)
repeated string service = 5;
getService
in interface OpennmsModelProtos.IpInterfaceOrBuilder
public com.google.protobuf.ByteString getServiceBytes(int index)
repeated string service = 5;
getServiceBytes
in interface OpennmsModelProtos.IpInterfaceOrBuilder
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.IpInterface parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OpennmsModelProtos.IpInterface parseFrom(InputStream input) throws IOException
IOException
public static OpennmsModelProtos.IpInterface parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OpennmsModelProtos.IpInterface parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OpennmsModelProtos.IpInterface parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OpennmsModelProtos.IpInterface parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OpennmsModelProtos.IpInterface parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public OpennmsModelProtos.IpInterface.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OpennmsModelProtos.IpInterface.Builder newBuilder()
public static OpennmsModelProtos.IpInterface.Builder newBuilder(OpennmsModelProtos.IpInterface prototype)
public OpennmsModelProtos.IpInterface.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OpennmsModelProtos.IpInterface.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static OpennmsModelProtos.IpInterface getDefaultInstance()
public static com.google.protobuf.Parser<OpennmsModelProtos.IpInterface> parser()
public com.google.protobuf.Parser<OpennmsModelProtos.IpInterface> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public OpennmsModelProtos.IpInterface getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.