程序包 xyz.redtorch.pb
接口 CoreField.GatewayFieldOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
CoreField
public static interface CoreField.GatewayFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明boolean登录失败标志描述com.google.protobuf.ByteString描述网关适配器类型int网关适配器类型唯一标识com.google.protobuf.ByteString唯一标识网关类型int网关类型getName()名称com.google.protobuf.ByteString名称网关状态int网关状态从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getGatewayId
String getGatewayId()唯一标识
string gatewayId = 1;- 返回:
- The gatewayId.
-
getGatewayIdBytes
com.google.protobuf.ByteString getGatewayIdBytes()唯一标识
string gatewayId = 1;- 返回:
- The bytes for gatewayId.
-
getName
String getName()名称
string name = 2;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()名称
string name = 2;- 返回:
- The bytes for name.
-
getDescription
String getDescription()描述
string description = 3;- 返回:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()描述
string description = 3;- 返回:
- The bytes for description.
-
getGatewayTypeValue
int getGatewayTypeValue()网关类型
.xyz.redtorch.pb.GatewayTypeEnum gatewayType = 4;- 返回:
- The enum numeric value on the wire for gatewayType.
-
getGatewayType
CoreEnum.GatewayTypeEnum getGatewayType()网关类型
.xyz.redtorch.pb.GatewayTypeEnum gatewayType = 4;- 返回:
- The gatewayType.
-
getGatewayAdapterTypeValue
int getGatewayAdapterTypeValue()网关适配器类型
.xyz.redtorch.pb.GatewayAdapterTypeEnum gatewayAdapterType = 5;- 返回:
- The enum numeric value on the wire for gatewayAdapterType.
-
getGatewayAdapterType
CoreEnum.GatewayAdapterTypeEnum getGatewayAdapterType()网关适配器类型
.xyz.redtorch.pb.GatewayAdapterTypeEnum gatewayAdapterType = 5;- 返回:
- The gatewayAdapterType.
-
getStatusValue
int getStatusValue()网关状态
.xyz.redtorch.pb.ConnectStatusEnum status = 6;- 返回:
- The enum numeric value on the wire for status.
-
getStatus
CoreEnum.ConnectStatusEnum getStatus()网关状态
.xyz.redtorch.pb.ConnectStatusEnum status = 6;- 返回:
- The status.
-
getAuthErrorFlag
boolean getAuthErrorFlag()登录失败标志
bool authErrorFlag = 7;- 返回:
- The authErrorFlag.
-