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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Entity.EntityCase getEntityCase()
getEntityCase in interface EntityOrBuilderpublic boolean hasExternEntry()
.p4.ExternEntry extern_entry = 1;hasExternEntry in interface EntityOrBuilderpublic ExternEntry getExternEntry()
.p4.ExternEntry extern_entry = 1;getExternEntry in interface EntityOrBuilderpublic ExternEntryOrBuilder getExternEntryOrBuilder()
.p4.ExternEntry extern_entry = 1;getExternEntryOrBuilder in interface EntityOrBuilderpublic boolean hasTableEntry()
.p4.TableEntry table_entry = 2;hasTableEntry in interface EntityOrBuilderpublic TableEntry getTableEntry()
.p4.TableEntry table_entry = 2;getTableEntry in interface EntityOrBuilderpublic TableEntryOrBuilder getTableEntryOrBuilder()
.p4.TableEntry table_entry = 2;getTableEntryOrBuilder in interface EntityOrBuilderpublic boolean hasActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3;hasActionProfileMember in interface EntityOrBuilderpublic ActionProfileMember getActionProfileMember()
.p4.ActionProfileMember action_profile_member = 3;getActionProfileMember in interface EntityOrBuilderpublic ActionProfileMemberOrBuilder getActionProfileMemberOrBuilder()
.p4.ActionProfileMember action_profile_member = 3;getActionProfileMemberOrBuilder in interface EntityOrBuilderpublic boolean hasActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4;hasActionProfileGroup in interface EntityOrBuilderpublic ActionProfileGroup getActionProfileGroup()
.p4.ActionProfileGroup action_profile_group = 4;getActionProfileGroup in interface EntityOrBuilderpublic ActionProfileGroupOrBuilder getActionProfileGroupOrBuilder()
.p4.ActionProfileGroup action_profile_group = 4;getActionProfileGroupOrBuilder in interface EntityOrBuilderpublic boolean hasMeterEntry()
.p4.MeterEntry meter_entry = 5;hasMeterEntry in interface EntityOrBuilderpublic MeterEntry getMeterEntry()
.p4.MeterEntry meter_entry = 5;getMeterEntry in interface EntityOrBuilderpublic MeterEntryOrBuilder getMeterEntryOrBuilder()
.p4.MeterEntry meter_entry = 5;getMeterEntryOrBuilder in interface EntityOrBuilderpublic boolean hasDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6;hasDirectMeterEntry in interface EntityOrBuilderpublic DirectMeterEntry getDirectMeterEntry()
.p4.DirectMeterEntry direct_meter_entry = 6;getDirectMeterEntry in interface EntityOrBuilderpublic DirectMeterEntryOrBuilder getDirectMeterEntryOrBuilder()
.p4.DirectMeterEntry direct_meter_entry = 6;getDirectMeterEntryOrBuilder in interface EntityOrBuilderpublic boolean hasCounterEntry()
.p4.CounterEntry counter_entry = 7;hasCounterEntry in interface EntityOrBuilderpublic CounterEntry getCounterEntry()
.p4.CounterEntry counter_entry = 7;getCounterEntry in interface EntityOrBuilderpublic CounterEntryOrBuilder getCounterEntryOrBuilder()
.p4.CounterEntry counter_entry = 7;getCounterEntryOrBuilder in interface EntityOrBuilderpublic boolean hasDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8;hasDirectCounterEntry in interface EntityOrBuilderpublic DirectCounterEntry getDirectCounterEntry()
.p4.DirectCounterEntry direct_counter_entry = 8;getDirectCounterEntry in interface EntityOrBuilderpublic DirectCounterEntryOrBuilder getDirectCounterEntryOrBuilder()
.p4.DirectCounterEntry direct_counter_entry = 8;getDirectCounterEntryOrBuilder in interface EntityOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Entity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Entity parseFrom(InputStream input) throws IOException
IOExceptionpublic static Entity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Entity parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Entity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Entity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Entity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Entity.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Entity.Builder newBuilder()
public static Entity.Builder newBuilder(Entity prototype)
public Entity.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Entity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Entity getDefaultInstance()
public static com.google.protobuf.Parser<Entity> parser()
public com.google.protobuf.Parser<Entity> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Entity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 OpenDaylight. All rights reserved.