Documentation

Config

Table of Contents

$createdAt  : string|null
$iD  : string|null
$spec  : ConfigSpec|null
$updatedAt  : string|null
$version  : ObjectVersion|null
The version number of the object such as node, service, etc. This is needed.
getCreatedAt()  : string|null
getID()  : string|null
getSpec()  : ConfigSpec|null
getUpdatedAt()  : string|null
getVersion()  : ObjectVersion|null
The version number of the object such as node, service, etc. This is needed.
setCreatedAt()  : self
setID()  : self
setSpec()  : self
setUpdatedAt()  : self
setVersion()  : self
The version number of the object such as node, service, etc. This is needed.

Properties

$createdAt

protected string|null $createdAt

$updatedAt

protected string|null $updatedAt

$version

The version number of the object such as node, service, etc. This is needed.

protected ObjectVersion|null $version

Methods

getCreatedAt()

public getCreatedAt() : string|null
Return values
string|null

getID()

public getID() : string|null
Return values
string|null

getUpdatedAt()

public getUpdatedAt() : string|null
Return values
string|null

getVersion()

The version number of the object such as node, service, etc. This is needed.

public getVersion() : ObjectVersion|null

overwrite each other.

Return values
ObjectVersion|null

setCreatedAt()

public setCreatedAt(string|null $createdAt) : self
Parameters
$createdAt : string|null
Return values
self

setID()

public setID(string|null $iD) : self
Parameters
$iD : string|null
Return values
self

setUpdatedAt()

public setUpdatedAt(string|null $updatedAt) : self
Parameters
$updatedAt : string|null
Return values
self

setVersion()

The version number of the object such as node, service, etc. This is needed.

public setVersion(ObjectVersion|null $version) : self

overwrite each other.

Parameters
$version : ObjectVersion|null
Return values
self

Search results