/var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity/LogEntry.php (3510B)
httpRequest = $httpRequest;
}
/**
* @return HttpRequest
*/
public function getHttpRequest()
{
return $this->httpRequest;
}
public function setInsertId($insertId)
{
$this->insertId = $insertId;
}
public function getInsertId()
{
return $this->insertId;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param LogEntryOperation
*/
public function setOperation(LogEntryOperation $operation)
{
$this->operation = $operation;
}
/**
* @return LogEntryOperation
*/
public function getOperation()
{
return $this->operation;
}
public function setProtoPayload($protoPayload)
{
$this->protoPayload = $protoPayload;
}
public function getProtoPayload()
{
return $this->protoPayload;
}
public function setSeverity($severity)
{
$this->severity = $severity;
}
public function getSeverity()
{
return $this->severity;
}
/**
* @param LogEntrySourceLocation
*/
public function setSourceLocation(LogEntrySourceLocation $sourceLocation)
{
$this->sourceLocation = $sourceLocation;
}
/**
* @return LogEntrySourceLocation
*/
public function getSourceLocation()
{
return $this->sourceLocation;
}
public function setStructPayload($structPayload)
{
$this->structPayload = $structPayload;
}
public function getStructPayload()
{
return $this->structPayload;
}
public function setTextPayload($textPayload)
{
$this->textPayload = $textPayload;
}
public function getTextPayload()
{
return $this->textPayload;
}
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
public function getTimestamp()
{
return $this->timestamp;
}
public function setTrace($trace)
{
$this->trace = $trace;
}
public function getTrace()
{
return $this->trace;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LogEntry::class, 'Google_Service_Networkconnectivity_LogEntry');