DataObjectWithValues

package

Default

Methods

DataObjectWithValues constructor

__construct( $dataObjectWithValues = null) 

Arguments

$dataObjectWithValues

mixed | null

setBooleanValue

setBooleanValue( $booleanValue) : $this

Arguments

$booleanValue

boolean

Response

$this

setBoxedBooleanValue

setBoxedBooleanValue( $boxedBooleanValue) : $this

Arguments

$boxedBooleanValue

boolean

Response

$this

setBoxedDoubleValue

setBoxedDoubleValue( $boxedDoubleValue) : $this

Arguments

$boxedDoubleValue

float

Response

$this

setBoxedFloatValue

setBoxedFloatValue( $boxedFloatValue) : $this

Arguments

$boxedFloatValue

float

Response

$this

setBoxedIntValue

setBoxedIntValue( $boxedIntValue) : $this

Arguments

$boxedIntValue

integer

Response

$this

setBoxedLongValue

setBoxedLongValue( $boxedLongValue) : $this

Arguments

$boxedLongValue

integer

Response

$this

setBoxedShortValue

setBoxedShortValue( $boxedShortValue) : $this

Arguments

$boxedShortValue

integer

Response

$this

setDataObjectValue

setDataObjectValue( $dataObjectValue) : $this

Arguments

$dataObjectValue

TestDataObject|array

Response

$this

setDoubleValue

setDoubleValue( $doubleValue) : $this

Arguments

$doubleValue

float

Response

$this

setEnumValue

setEnumValue( $enumValue) : $this

Arguments

$enumValue

string

Response

$this

setFloatValue

setFloatValue( $floatValue) : $this

Arguments

$floatValue

float

Response

$this

setGenEnumValue

setGenEnumValue( $genEnumValue) : $this

Arguments

$genEnumValue

string

Response

$this

setInstantValue

setInstantValue( $instantValue) : $this

Arguments

$instantValue

todojava.time.Instant

Response

$this

setIntValue

setIntValue( $intValue) : $this

Arguments

$intValue

integer

Response

$this

setJsonArrayValue

setJsonArrayValue( $jsonArrayValue) : $this

Arguments

$jsonArrayValue

array

Response

$this

setJsonObjectValue

setJsonObjectValue( $jsonObjectValue) : $this

Arguments

$jsonObjectValue

array

Response

$this

setLongValue

setLongValue( $longValue) : $this

Arguments

$longValue

integer

Response

$this

setShortValue

setShortValue( $shortValue) : $this

Arguments

$shortValue

integer

Response

$this

setStringValue

setStringValue( $stringValue) : $this

Arguments

$stringValue

string

Response

$this