category = $category;
}
public function getCategory()
{
return $this->category;
}
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setEndTimestamp($endTimestamp)
{
$this->endTimestamp = $endTimestamp;
}
public function getEndTimestamp()
{
return $this->endTimestamp;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Compute_LicenseResourceCommitment
*/
public function setLicenseResource(Google_Service_Compute_LicenseResourceCommitment $licenseResource)
{
$this->licenseResource = $licenseResource;
}
/**
* @return Google_Service_Compute_LicenseResourceCommitment
*/
public function getLicenseResource()
{
return $this->licenseResource;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setPlan($plan)
{
$this->plan = $plan;
}
public function getPlan()
{
return $this->plan;
}
public function setRegion($region)
{
$this->region = $region;
}
public function getRegion()
{
return $this->region;
}
/**
* @param Google_Service_Compute_Reservation[]
*/
public function setReservations($reservations)
{
$this->reservations = $reservations;
}
/**
* @return Google_Service_Compute_Reservation[]
*/
public function getReservations()
{
return $this->reservations;
}
/**
* @param Google_Service_Compute_ResourceCommitment[]
*/
public function setResources($resources)
{
$this->resources = $resources;
}
/**
* @return Google_Service_Compute_ResourceCommitment[]
*/
public function getResources()
{
return $this->resources;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
public function setStartTimestamp($startTimestamp)
{
$this->startTimestamp = $startTimestamp;
}
public function getStartTimestamp()
{
return $this->startTimestamp;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
public function getStatusMessage()
{
return $this->statusMessage;
}
}