outputNum = $outputNum;
}
/**
* @return int
*/
public function getOutputNum()
{
return $this->outputNum;
}
/**
* @param int
*/
public function setProducerInstructionIndex($producerInstructionIndex)
{
$this->producerInstructionIndex = $producerInstructionIndex;
}
/**
* @return int
*/
public function getProducerInstructionIndex()
{
return $this->producerInstructionIndex;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InstructionInput::class, 'Google_Service_Dataflow_InstructionInput');