Interface OpennmsModelProtos.HwEntityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpennmsModelProtos.HwEntity
,OpennmsModelProtos.HwEntity.Builder
- Enclosing class:
- OpennmsModelProtos
public static interface OpennmsModelProtos.HwEntityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpennmsModelProtos.HwEntity
getChildren(int index)
repeated .HwEntity children = 9;
int
getChildrenCount()
repeated .HwEntity children = 9;
java.util.List<OpennmsModelProtos.HwEntity>
getChildrenList()
repeated .HwEntity children = 9;
OpennmsModelProtos.HwEntityOrBuilder
getChildrenOrBuilder(int index)
repeated .HwEntity children = 9;
java.util.List<? extends OpennmsModelProtos.HwEntityOrBuilder>
getChildrenOrBuilderList()
repeated .HwEntity children = 9;
OpennmsModelProtos.HwAlias
getEntHwAlias(int index)
repeated .HwAlias ent_hw_alias = 8;
int
getEntHwAliasCount()
repeated .HwAlias ent_hw_alias = 8;
java.util.List<OpennmsModelProtos.HwAlias>
getEntHwAliasList()
repeated .HwAlias ent_hw_alias = 8;
OpennmsModelProtos.HwAliasOrBuilder
getEntHwAliasOrBuilder(int index)
repeated .HwAlias ent_hw_alias = 8;
java.util.List<? extends OpennmsModelProtos.HwAliasOrBuilder>
getEntHwAliasOrBuilderList()
repeated .HwAlias ent_hw_alias = 8;
int
getEntityId()
uint32 entity_id = 2;
java.lang.String
getEntPhysicalClass()
string ent_physical_class = 3;
com.google.protobuf.ByteString
getEntPhysicalClassBytes()
string ent_physical_class = 3;
java.lang.String
getEntPhysicalDescr()
string ent_physical_descr = 4;
com.google.protobuf.ByteString
getEntPhysicalDescrBytes()
string ent_physical_descr = 4;
int
getEntPhysicalIndex()
uint32 ent_physical_index = 1;
boolean
getEntPhysicalIsFru()
bool ent_physical_is_fru = 5;
java.lang.String
getEntPhysicalName()
string ent_physical_name = 6;
com.google.protobuf.ByteString
getEntPhysicalNameBytes()
string ent_physical_name = 6;
java.lang.String
getEntPhysicalVendorType()
string ent_physical_vendor_type = 7;
com.google.protobuf.ByteString
getEntPhysicalVendorTypeBytes()
string ent_physical_vendor_type = 7;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntPhysicalIndex
int getEntPhysicalIndex()
uint32 ent_physical_index = 1;
-
getEntityId
int getEntityId()
uint32 entity_id = 2;
-
getEntPhysicalClass
java.lang.String getEntPhysicalClass()
string ent_physical_class = 3;
-
getEntPhysicalClassBytes
com.google.protobuf.ByteString getEntPhysicalClassBytes()
string ent_physical_class = 3;
-
getEntPhysicalDescr
java.lang.String getEntPhysicalDescr()
string ent_physical_descr = 4;
-
getEntPhysicalDescrBytes
com.google.protobuf.ByteString getEntPhysicalDescrBytes()
string ent_physical_descr = 4;
-
getEntPhysicalIsFru
boolean getEntPhysicalIsFru()
bool ent_physical_is_fru = 5;
-
getEntPhysicalName
java.lang.String getEntPhysicalName()
string ent_physical_name = 6;
-
getEntPhysicalNameBytes
com.google.protobuf.ByteString getEntPhysicalNameBytes()
string ent_physical_name = 6;
-
getEntPhysicalVendorType
java.lang.String getEntPhysicalVendorType()
string ent_physical_vendor_type = 7;
-
getEntPhysicalVendorTypeBytes
com.google.protobuf.ByteString getEntPhysicalVendorTypeBytes()
string ent_physical_vendor_type = 7;
-
getEntHwAliasList
java.util.List<OpennmsModelProtos.HwAlias> getEntHwAliasList()
repeated .HwAlias ent_hw_alias = 8;
-
getEntHwAlias
OpennmsModelProtos.HwAlias getEntHwAlias(int index)
repeated .HwAlias ent_hw_alias = 8;
-
getEntHwAliasCount
int getEntHwAliasCount()
repeated .HwAlias ent_hw_alias = 8;
-
getEntHwAliasOrBuilderList
java.util.List<? extends OpennmsModelProtos.HwAliasOrBuilder> getEntHwAliasOrBuilderList()
repeated .HwAlias ent_hw_alias = 8;
-
getEntHwAliasOrBuilder
OpennmsModelProtos.HwAliasOrBuilder getEntHwAliasOrBuilder(int index)
repeated .HwAlias ent_hw_alias = 8;
-
getChildrenList
java.util.List<OpennmsModelProtos.HwEntity> getChildrenList()
repeated .HwEntity children = 9;
-
getChildren
OpennmsModelProtos.HwEntity getChildren(int index)
repeated .HwEntity children = 9;
-
getChildrenCount
int getChildrenCount()
repeated .HwEntity children = 9;
-
getChildrenOrBuilderList
java.util.List<? extends OpennmsModelProtos.HwEntityOrBuilder> getChildrenOrBuilderList()
repeated .HwEntity children = 9;
-
getChildrenOrBuilder
OpennmsModelProtos.HwEntityOrBuilder getChildrenOrBuilder(int index)
repeated .HwEntity children = 9;
-
-