All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pnoker.api.center.manager.PointDTOOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: point.proto

package io.github.pnoker.api.center.manager;

public interface PointDTOOrBuilder extends
    // @@protoc_insertion_point(interface_extends:api.center.manager.PointDTO)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 基础
   * 
* * .api.common.BaseDTO base = 1; * @return Whether the base field is set. */ boolean hasBase(); /** *
   * 基础
   * 
* * .api.common.BaseDTO base = 1; * @return The base. */ io.github.pnoker.api.common.BaseDTO getBase(); /** *
   * 基础
   * 
* * .api.common.BaseDTO base = 1; */ io.github.pnoker.api.common.BaseDTOOrBuilder getBaseOrBuilder(); /** *
   * 位号名称
   * 
* * string point_name = 2; * @return The pointName. */ java.lang.String getPointName(); /** *
   * 位号名称
   * 
* * string point_name = 2; * @return The bytes for pointName. */ com.google.protobuf.ByteString getPointNameBytes(); /** *
   * 位号编号
   * 
* * string point_code = 3; * @return The pointCode. */ java.lang.String getPointCode(); /** *
   * 位号编号
   * 
* * string point_code = 3; * @return The bytes for pointCode. */ com.google.protobuf.ByteString getPointCodeBytes(); /** *
   * 位号类型标识
   * 
* * .api.common.PointTypeFlagDTOEnum point_type_flag = 4; * @return The enum numeric value on the wire for pointTypeFlag. */ int getPointTypeFlagValue(); /** *
   * 位号类型标识
   * 
* * .api.common.PointTypeFlagDTOEnum point_type_flag = 4; * @return The pointTypeFlag. */ io.github.pnoker.api.common.PointTypeFlagDTOEnum getPointTypeFlag(); /** *
   * 读写标识
   * 
* * .api.common.RwFlagDTOEnum rw_flag = 5; * @return The enum numeric value on the wire for rwFlag. */ int getRwFlagValue(); /** *
   * 读写标识
   * 
* * .api.common.RwFlagDTOEnum rw_flag = 5; * @return The rwFlag. */ io.github.pnoker.api.common.RwFlagDTOEnum getRwFlag(); /** *
   * 基础值
   * 
* * double base_value = 6; * @return The baseValue. */ double getBaseValue(); /** *
   * 比例系数
   * 
* * double multiple = 7; * @return The multiple. */ double getMultiple(); /** *
   * 数据精度
   * 
* * int32 value_decimal = 8; * @return The valueDecimal. */ int getValueDecimal(); /** *
   * 单位
   * 
* * string unit = 9; * @return The unit. */ java.lang.String getUnit(); /** *
   * 单位
   * 
* * string unit = 9; * @return The bytes for unit. */ com.google.protobuf.ByteString getUnitBytes(); /** *
   * 模板ID
   * 
* * string profile_id = 10; * @return The profileId. */ java.lang.String getProfileId(); /** *
   * 模板ID
   * 
* * string profile_id = 10; * @return The bytes for profileId. */ com.google.protobuf.ByteString getProfileIdBytes(); /** *
   * 分组ID
   * 
* * string group_id = 11; * @return The groupId. */ java.lang.String getGroupId(); /** *
   * 分组ID
   * 
* * string group_id = 11; * @return The bytes for groupId. */ com.google.protobuf.ByteString getGroupIdBytes(); /** *
   * 使能标识
   * 
* * .api.common.EnableFlagDTOEnum enable_flag = 12; * @return The enum numeric value on the wire for enableFlag. */ int getEnableFlagValue(); /** *
   * 使能标识
   * 
* * .api.common.EnableFlagDTOEnum enable_flag = 12; * @return The enableFlag. */ io.github.pnoker.api.common.EnableFlagDTOEnum getEnableFlag(); /** *
   * 租户ID
   * 
* * string tenant_id = 13; * @return The tenantId. */ java.lang.String getTenantId(); /** *
   * 租户ID
   * 
* * string tenant_id = 13; * @return The bytes for tenantId. */ com.google.protobuf.ByteString getTenantIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy