counterPrefix = $counterPrefix;
}
public function getCounterPrefix()
{
return $this->counterPrefix;
}
/**
* @param Google_Service_Dataflow_ParallelInstruction[]
*/
public function setInstructions($instructions)
{
$this->instructions = $instructions;
}
/**
* @return Google_Service_Dataflow_ParallelInstruction[]
*/
public function getInstructions()
{
return $this->instructions;
}
public function setStageName($stageName)
{
$this->stageName = $stageName;
}
public function getStageName()
{
return $this->stageName;
}
public function setSystemName($systemName)
{
$this->systemName = $systemName;
}
public function getSystemName()
{
return $this->systemName;
}
}