public final class Entity extends com.google.protobuf.GeneratedMessageV3 implements EntityOrBuilder
p4.Entity
Modifier and Type | Class and Description |
---|---|
static class |
Entity.Builder
Protobuf type
p4.Entity |
static class |
Entity.EntityCase |
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
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_PROFILE_GROUP_FIELD_NUMBER |
static int |
ACTION_PROFILE_MEMBER_FIELD_NUMBER |
static int |
COUNTER_ENTRY_FIELD_NUMBER |
static int |
DIRECT_COUNTER_ENTRY_FIELD_NUMBER |
static int |
DIRECT_METER_ENTRY_FIELD_NUMBER |
static int |
EXTERN_ENTRY_FIELD_NUMBER |
static int |
METER_ENTRY_FIELD_NUMBER |
static int |
TABLE_ENTRY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ActionProfileGroup |
getActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4; |
ActionProfileGroupOrBuilder |
getActionProfileGroupOrBuilder()
.p4.ActionProfileGroup action_profile_group = 4; |
ActionProfileMember |
getActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3; |
ActionProfileMemberOrBuilder |
getActionProfileMemberOrBuilder()
.p4.ActionProfileMember action_profile_member = 3; |
CounterEntry |
getCounterEntry()
.p4.CounterEntry counter_entry = 7; |
CounterEntryOrBuilder |
getCounterEntryOrBuilder()
.p4.CounterEntry counter_entry = 7; |
static Entity |
getDefaultInstance() |
Entity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DirectCounterEntry |
getDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8; |
DirectCounterEntryOrBuilder |
getDirectCounterEntryOrBuilder()
.p4.DirectCounterEntry direct_counter_entry = 8; |
DirectMeterEntry |
getDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6; |
DirectMeterEntryOrBuilder |
getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6; |
Entity.EntityCase |
getEntityCase() |
ExternEntry |
getExternEntry()
.p4.ExternEntry extern_entry = 1; |
ExternEntryOrBuilder |
getExternEntryOrBuilder()
.p4.ExternEntry extern_entry = 1; |
MeterEntry |
getMeterEntry()
.p4.MeterEntry meter_entry = 5; |
MeterEntryOrBuilder |
getMeterEntryOrBuilder()
.p4.MeterEntry meter_entry = 5; |
com.google.protobuf.Parser<Entity> |
getParserForType() |
int |
getSerializedSize() |
TableEntry |
getTableEntry()
.p4.TableEntry table_entry = 2; |
TableEntryOrBuilder |
getTableEntryOrBuilder()
.p4.TableEntry table_entry = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4; |
boolean |
hasActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3; |
boolean |
hasCounterEntry()
.p4.CounterEntry counter_entry = 7; |
boolean |
hasDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8; |
boolean |
hasDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6; |
boolean |
hasExternEntry()
.p4.ExternEntry extern_entry = 1; |
int |
hashCode() |
boolean |
hasMeterEntry()
.p4.MeterEntry meter_entry = 5; |
boolean |
hasTableEntry()
.p4.TableEntry table_entry = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Entity.Builder |
newBuilder() |
static Entity.Builder |
newBuilder(Entity prototype) |
Entity.Builder |
newBuilderForType() |
protected Entity.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Entity |
parseDelimitedFrom(InputStream input) |
static Entity |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
parseFrom(byte[] data) |
static Entity |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
parseFrom(ByteBuffer data) |
static Entity |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
parseFrom(com.google.protobuf.ByteString data) |
static Entity |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Entity |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
parseFrom(InputStream input) |
static Entity |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Entity> |
parser() |
Entity.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 EXTERN_ENTRY_FIELD_NUMBER
public static final int TABLE_ENTRY_FIELD_NUMBER
public static final int ACTION_PROFILE_MEMBER_FIELD_NUMBER
public static final int ACTION_PROFILE_GROUP_FIELD_NUMBER
public static final int METER_ENTRY_FIELD_NUMBER
public static final int DIRECT_METER_ENTRY_FIELD_NUMBER
public static final int COUNTER_ENTRY_FIELD_NUMBER
public static final int DIRECT_COUNTER_ENTRY_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 Entity.EntityCase getEntityCase()
getEntityCase
in interface EntityOrBuilder
public boolean hasExternEntry()
.p4.ExternEntry extern_entry = 1;
hasExternEntry
in interface EntityOrBuilder
public ExternEntry getExternEntry()
.p4.ExternEntry extern_entry = 1;
getExternEntry
in interface EntityOrBuilder
public ExternEntryOrBuilder getExternEntryOrBuilder()
.p4.ExternEntry extern_entry = 1;
getExternEntryOrBuilder
in interface EntityOrBuilder
public boolean hasTableEntry()
.p4.TableEntry table_entry = 2;
hasTableEntry
in interface EntityOrBuilder
public TableEntry getTableEntry()
.p4.TableEntry table_entry = 2;
getTableEntry
in interface EntityOrBuilder
public TableEntryOrBuilder getTableEntryOrBuilder()
.p4.TableEntry table_entry = 2;
getTableEntryOrBuilder
in interface EntityOrBuilder
public boolean hasActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3;
hasActionProfileMember
in interface EntityOrBuilder
public ActionProfileMember getActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3;
getActionProfileMember
in interface EntityOrBuilder
public ActionProfileMemberOrBuilder getActionProfileMemberOrBuilder()
.p4.ActionProfileMember action_profile_member = 3;
getActionProfileMemberOrBuilder
in interface EntityOrBuilder
public boolean hasActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4;
hasActionProfileGroup
in interface EntityOrBuilder
public ActionProfileGroup getActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4;
getActionProfileGroup
in interface EntityOrBuilder
public ActionProfileGroupOrBuilder getActionProfileGroupOrBuilder()
.p4.ActionProfileGroup action_profile_group = 4;
getActionProfileGroupOrBuilder
in interface EntityOrBuilder
public boolean hasMeterEntry()
.p4.MeterEntry meter_entry = 5;
hasMeterEntry
in interface EntityOrBuilder
public MeterEntry getMeterEntry()
.p4.MeterEntry meter_entry = 5;
getMeterEntry
in interface EntityOrBuilder
public MeterEntryOrBuilder getMeterEntryOrBuilder()
.p4.MeterEntry meter_entry = 5;
getMeterEntryOrBuilder
in interface EntityOrBuilder
public boolean hasDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6;
hasDirectMeterEntry
in interface EntityOrBuilder
public DirectMeterEntry getDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntry
in interface EntityOrBuilder
public DirectMeterEntryOrBuilder getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6;
getDirectMeterEntryOrBuilder
in interface EntityOrBuilder
public boolean hasCounterEntry()
.p4.CounterEntry counter_entry = 7;
hasCounterEntry
in interface EntityOrBuilder
public CounterEntry getCounterEntry()
.p4.CounterEntry counter_entry = 7;
getCounterEntry
in interface EntityOrBuilder
public CounterEntryOrBuilder getCounterEntryOrBuilder()
.p4.CounterEntry counter_entry = 7;
getCounterEntryOrBuilder
in interface EntityOrBuilder
public boolean hasDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8;
hasDirectCounterEntry
in interface EntityOrBuilder
public DirectCounterEntry getDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntry
in interface EntityOrBuilder
public DirectCounterEntryOrBuilder getDirectCounterEntryOrBuilder()
.p4.DirectCounterEntry direct_counter_entry = 8;
getDirectCounterEntryOrBuilder
in interface EntityOrBuilder
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 Entity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Entity parseFrom(InputStream input) throws IOException
IOException
public static Entity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Entity parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Entity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Entity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Entity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Entity.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Entity.Builder newBuilder()
public static Entity.Builder newBuilder(Entity prototype)
public Entity.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Entity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Entity getDefaultInstance()
public static com.google.protobuf.Parser<Entity> parser()
public com.google.protobuf.Parser<Entity> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Entity getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018 OpenDaylight. All rights reserved.