class ProductsCustomBatchRequestEntry extends Model (View source)

Properties

string $batchId
string $feedId
string $merchantId
string $method
protected $productType
protected $productDataType
string $productId
string $updateMask

Methods

setBatchId($batchId)

No description

string
getBatchId()

No description

setFeedId($feedId)

No description

string
getFeedId()

No description

setMerchantId($merchantId)

No description

string
getMerchantId()

No description

setMethod($method)

No description

string
getMethod()

No description

setProduct(Product $product)

No description

getProduct()

No description

setProductId($productId)

No description

string
getProductId()

No description

setUpdateMask($updateMask)

No description

string
getUpdateMask()

No description

Details

setBatchId($batchId)

No description

Parameters

$batchId

string getBatchId()

No description

Return Value

string

setFeedId($feedId)

No description

Parameters

$feedId

string getFeedId()

No description

Return Value

string

setMerchantId($merchantId)

No description

Parameters

$merchantId

string getMerchantId()

No description

Return Value

string

setMethod($method)

No description

Parameters

$method

string getMethod()

No description

Return Value

string

setProduct(Product $product)

No description

Parameters

Product $product

Product getProduct()

No description

Return Value

Product

setProductId($productId)

No description

Parameters

$productId

string getProductId()

No description

Return Value

string

setUpdateMask($updateMask)

No description

Parameters

$updateMask

string getUpdateMask()

No description

Return Value

string