PreparedQueryDefinition

Defines a prepared query.

package

Default

Methods

PreparedQueryDefinition constructor

__construct( $preparedQueryDefinition = null) 

Arguments

$preparedQueryDefinition

mixed | null

getDcs

getDcs() : array

Response

array

getDnsTtl

getDnsTtl() : string

Response

string

getId

getId() : string

Response

string

getMeta

getMeta() : array

Response

array

getName

getName() : string

Response

string

getNearestN

getNearestN() : integer

Response

integer

getPassing

getPassing() : boolean

Response

boolean

getService

getService() : string

Response

string

getSession

getSession() : string

Response

string

getTags

getTags() : array

Response

array

getTemplateRegexp

getTemplateRegexp() : string

Response

string

getTemplateType

getTemplateType() : string

Response

string

getToken

getToken() : string

Response

string

setDcs

setDcs( $dcs) : $this

Arguments

$dcs

string

Response

$this

setDnsTtl

setDnsTtl( $dnsTtl) : $this

Arguments

$dnsTtl

string

Response

$this

setId

setId( $id) : $this

Arguments

$id

string

Response

$this

setMeta

setMeta( $meta) : $this

Arguments

$meta

string

Response

$this

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setNearestN

setNearestN( $nearestN) : $this

Arguments

$nearestN

integer

Response

$this

setPassing

setPassing( $passing) : $this

Arguments

$passing

boolean

Response

$this

setService

setService( $service) : $this

Arguments

$service

string

Response

$this

setSession

setSession( $session) : $this

Arguments

$session

string

Response

$this

setTags

setTags( $tags) : $this

Arguments

$tags

string

Response

$this

setTemplateRegexp

setTemplateRegexp( $templateRegexp) : $this

Arguments

$templateRegexp

string

Response

$this

setTemplateType

setTemplateType( $templateType) : $this

Arguments

$templateType

string

Response

$this

setToken

setToken( $token) : $this

Arguments

$token

string

Response

$this