blob: db0caecef0407ee26fb8789ff37fe304aab51844 [file] [log] [blame]
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: apache/rocketmq/v2/service.proto
namespace Apache\Rocketmq\V2;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Generated from protobuf message <code>apache.rocketmq.v2.PrintThreadStackTraceCommand</code>
*/
class PrintThreadStackTraceCommand extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field <code>string nonce = 1;</code>
*/
protected $nonce = '';
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type string $nonce
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Apache\Rocketmq\V2\Service::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field <code>string nonce = 1;</code>
* @return string
*/
public function getNonce()
{
return $this->nonce;
}
/**
* Generated from protobuf field <code>string nonce = 1;</code>
* @param string $var
* @return $this
*/
public function setNonce($var)
{
GPBUtil::checkString($var, True);
$this->nonce = $var;
return $this;
}
}