public static final class Ola.PortInfo extends com.google.protobuf.GeneratedMessage implements Ola.PortInfoOrBuilder
ola.proto.PortInfo
Modifier and Type | Class and Description |
---|---|
static class |
Ola.PortInfo.Builder
Protobuf type
ola.proto.PortInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.PortInfo> |
PARSER |
static int |
PORT_ID_FIELD_NUMBER |
static int |
PRIORITY_CAPABILITY_FIELD_NUMBER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
PRIORITY_MODE_FIELD_NUMBER |
static int |
SUPPORTS_RDM_FIELD_NUMBER |
static int |
UNIVERSE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
optional bool active = 4; |
static Ola.PortInfo |
getDefaultInstance() |
Ola.PortInfo |
getDefaultInstanceForType() |
String |
getDescription()
required string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 5; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Ola.PortInfo> |
getParserForType() |
int |
getPortId()
required int32 port_id = 1; |
int |
getPriority()
optional int32 priority = 7; |
int |
getPriorityCapability()
required int32 priority_capability = 2; |
int |
getPriorityMode()
optional int32 priority_mode = 6; |
int |
getSerializedSize() |
boolean |
getSupportsRdm()
optional bool supports_rdm = 8 [default = false]; |
int |
getUniverse()
optional int32 universe = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActive()
optional bool active = 4; |
boolean |
hasDescription()
required string description = 5; |
boolean |
hasPortId()
required int32 port_id = 1; |
boolean |
hasPriority()
optional int32 priority = 7; |
boolean |
hasPriorityCapability()
required int32 priority_capability = 2; |
boolean |
hasPriorityMode()
optional int32 priority_mode = 6; |
boolean |
hasSupportsRdm()
optional bool supports_rdm = 8 [default = false]; |
boolean |
hasUniverse()
optional int32 universe = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.PortInfo.Builder |
newBuilder() |
static Ola.PortInfo.Builder |
newBuilder(Ola.PortInfo prototype) |
Ola.PortInfo.Builder |
newBuilderForType() |
protected Ola.PortInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.PortInfo |
parseDelimitedFrom(InputStream input) |
static Ola.PortInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortInfo |
parseFrom(byte[] data) |
static Ola.PortInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.PortInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.PortInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortInfo |
parseFrom(InputStream input) |
static Ola.PortInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.PortInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Ola.PortInfo> PARSER
public static final int PORT_ID_FIELD_NUMBER
public static final int PRIORITY_CAPABILITY_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int UNIVERSE_FIELD_NUMBER
public static final int ACTIVE_FIELD_NUMBER
public static final int PRIORITY_MODE_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int SUPPORTS_RDM_FIELD_NUMBER
public static Ola.PortInfo getDefaultInstance()
public Ola.PortInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Ola.PortInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasPortId()
required int32 port_id = 1;
hasPortId
in interface Ola.PortInfoOrBuilder
public int getPortId()
required int32 port_id = 1;
getPortId
in interface Ola.PortInfoOrBuilder
public boolean hasPriorityCapability()
required int32 priority_capability = 2;
hasPriorityCapability
in interface Ola.PortInfoOrBuilder
public int getPriorityCapability()
required int32 priority_capability = 2;
getPriorityCapability
in interface Ola.PortInfoOrBuilder
public boolean hasDescription()
required string description = 5;
hasDescription
in interface Ola.PortInfoOrBuilder
public String getDescription()
required string description = 5;
getDescription
in interface Ola.PortInfoOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
required string description = 5;
getDescriptionBytes
in interface Ola.PortInfoOrBuilder
public boolean hasUniverse()
optional int32 universe = 3;
hasUniverse
in interface Ola.PortInfoOrBuilder
public int getUniverse()
optional int32 universe = 3;
getUniverse
in interface Ola.PortInfoOrBuilder
public boolean hasActive()
optional bool active = 4;
hasActive
in interface Ola.PortInfoOrBuilder
public boolean getActive()
optional bool active = 4;
getActive
in interface Ola.PortInfoOrBuilder
public boolean hasPriorityMode()
optional int32 priority_mode = 6;
hasPriorityMode
in interface Ola.PortInfoOrBuilder
public int getPriorityMode()
optional int32 priority_mode = 6;
getPriorityMode
in interface Ola.PortInfoOrBuilder
public boolean hasPriority()
optional int32 priority = 7;
hasPriority
in interface Ola.PortInfoOrBuilder
public int getPriority()
optional int32 priority = 7;
getPriority
in interface Ola.PortInfoOrBuilder
public boolean hasSupportsRdm()
optional bool supports_rdm = 8 [default = false];
hasSupportsRdm
in interface Ola.PortInfoOrBuilder
public boolean getSupportsRdm()
optional bool supports_rdm = 8 [default = false];
getSupportsRdm
in interface Ola.PortInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Ola.PortInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.PortInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.PortInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.PortInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.PortInfo parseFrom(InputStream input) throws IOException
IOException
public static Ola.PortInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.PortInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Ola.PortInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.PortInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Ola.PortInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.PortInfo.Builder newBuilder()
public Ola.PortInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Ola.PortInfo.Builder newBuilder(Ola.PortInfo prototype)
public Ola.PortInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Ola.PortInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017. All rights reserved.