<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: keyapis/device/v1/keyapis_device_cms_phone_v1.proto

namespace Keyapis\Device\V1;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Запрос удаления аналоговых трубок по идентификатору ОРПОН
 *
 * Generated from protobuf message <code>keyapis.device.v1.DeleteCmsPhoneOrponIdRequest</code>
 */
class DeleteCmsPhoneOrponIdRequest extends \Google\Protobuf\Internal\Message
{
    /**
     * Идентификатор ОРПОН
     *
     * Generated from protobuf field <code>int64 orpon_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     */
    protected $orpon_id = 0;

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     *     @type int|string $orpon_id
     *           Идентификатор ОРПОН
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Keyapis\Device\V1\KeyapisDeviceCmsPhoneV1::initOnce();
        parent::__construct($data);
    }

    /**
     * Идентификатор ОРПОН
     *
     * Generated from protobuf field <code>int64 orpon_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return int|string
     */
    public function getOrponId()
    {
        return $this->orpon_id;
    }

    /**
     * Идентификатор ОРПОН
     *
     * Generated from protobuf field <code>int64 orpon_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param int|string $var
     * @return $this
     */
    public function setOrponId($var)
    {
        GPBUtil::checkInt64($var);
        $this->orpon_id = $var;

        return $this;
    }

}

