PHP Class OperatingSystemVersion, googleads-php-lib

Inheritance: extends CommonDropdown
Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$majorVersion integer
$microVersion integer
$minorVersion integer
$name string
$operatorType tnsOperatingSystemVersionOperatorType
$osMajorVersion integer
$osMinorVersion integer

Méthodes publiques

Méthode Description
__construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )
__construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )

__construct() public méthode

public __construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$majorVersion public_oe property

public int $majorVersion
Résultat integer

$microVersion public_oe property

public int $microVersion
Résultat integer

$minorVersion public_oe property

public int $minorVersion
Résultat integer

$name public_oe property

public string $name
Résultat string

$operatorType public_oe property

public tnsOperatingSystemVersionOperatorType $operatorType
Résultat tnsOperatingSystemVersionOperatorType

$osMajorVersion public_oe property

public int $osMajorVersion
Résultat integer

$osMinorVersion public_oe property

public int $osMinorVersion
Résultat integer