GDS\Entity::setKeyId PHP Method

setKeyId() public method

Set the key ID
public setKeyId ( $str_key_id )
$str_key_id
    public function setKeyId($str_key_id)
    {
        $this->str_key_id = $str_key_id;
        return $this;
    }