common_pack.ReqLudoRoomInfo */ class ReqLudoRoomInfo extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int64 room_id = 1; */ protected $room_id = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int|string $room_id * } */ public function __construct($data = NULL) { \GPBMetadata\Common::initOnce(); parent::__construct($data); } /** * Generated from protobuf field int64 room_id = 1; * @return int|string */ public function getRoomId() { return $this->room_id; } /** * Generated from protobuf field int64 room_id = 1; * @param int|string $var * @return $this */ public function setRoomId($var) { GPBUtil::checkInt64($var); $this->room_id = $var; return $this; } }