From AdSense Services
Members:
| Member | Type | Description |
|---|---|---|
| getCode | String | Code of this custom channel, not necessarily unique across ad clients. |
| getId | String | Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format. |
| getKind | String | Kind of resource this is, in this case adsense#customChannel. |
| getName | String | Name of this custom channel. |
| setCode | CustomChannel | Set the value for the field: code |
| setId | CustomChannel | Set the value for the field: id |
| setKind | CustomChannel | Set the value for the field: kind |
| setName | CustomChannel | Set the value for the field: name |
method getCode()
Code of this custom channel, not necessarily unique across ad clients.
Return Values:
| Type | Description |
|---|---|
String | The current value for code |
method getId()
Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
Return Values:
| Type | Description |
|---|---|
String | The current value for id |
method getKind()
Kind of resource this is, in this case adsense#customChannel.
Return Values:
| Type | Description |
|---|---|
String | The current value for kind |
method getName()
Name of this custom channel.
Return Values:
| Type | Description |
|---|---|
String | The current value for name |
method setCode(code)
Set the value for the field: code
Arguments:
| Name | Type | Description |
|---|---|---|
| code | String | Code of this custom channel, not necessarily unique across ad clients. |
Return Values:
| Type | Description |
|---|---|
CustomChannel | The bean object for chaining. |
method setId(id)
Set the value for the field: id
Arguments:
| Name | Type | Description |
|---|---|---|
| id | String | Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format. |
Return Values:
| Type | Description |
|---|---|
CustomChannel | The bean object for chaining. |
method setKind(kind)
Set the value for the field: kind
Arguments:
| Name | Type | Description |
|---|---|---|
| kind | String | Kind of resource this is, in this case adsense#customChannel. |
Return Values:
| Type | Description |
|---|---|
CustomChannel | The bean object for chaining. |
method setName(name)
Set the value for the field: name
Arguments:
| Name | Type | Description |
|---|---|---|
| name | String | Name of this custom channel. |
Return Values:
| Type | Description |
|---|---|
CustomChannel | The bean object for chaining. |