From Analytics Services
Members:
Member | Type | Description |
---|---|---|
getCreated | String | Time the advanced segment was created. |
getDefinition | String | Advanced segment definition. |
getId | String | Advanced segment ID. |
getKind | String | Resource type for Analytics advanced segment. |
getName | String | Advanced segment name. |
getSegmentId | String | Segment ID. Can be used with the 'segment' parameter in Data Feed. |
getSelfLink | String | Link for this advanced segment. |
getUpdated | String | Time the advanced segment was last modified. |
setCreated | Segment | Set the value for the field: created |
setDefinition | Segment | Set the value for the field: definition |
setId | Segment | Set the value for the field: id |
setKind | Segment | Set the value for the field: kind |
setName | Segment | Set the value for the field: name |
setSegmentId | Segment | Set the value for the field: segmentId |
setSelfLink | Segment | Set the value for the field: selfLink |
setUpdated | Segment | Set the value for the field: updated |
method getCreated()
Time the advanced segment was created.
Return Values:
Type | Description |
---|---|
String | The current value for created |
method getDefinition()
Advanced segment definition.
Return Values:
Type | Description |
---|---|
String | The current value for definition |
method getId()
Advanced segment ID.
Return Values:
Type | Description |
---|---|
String | The current value for id |
method getKind()
Resource type for Analytics advanced segment.
Return Values:
Type | Description |
---|---|
String | The current value for kind |
method getName()
Advanced segment name.
Return Values:
Type | Description |
---|---|
String | The current value for name |
method getSegmentId()
Segment ID. Can be used with the 'segment' parameter in Data Feed.
Return Values:
Type | Description |
---|---|
String | The current value for segmentId |
method getSelfLink()
Link for this advanced segment.
Return Values:
Type | Description |
---|---|
String | The current value for selfLink |
method getUpdated()
Time the advanced segment was last modified.
Return Values:
Type | Description |
---|---|
String | The current value for updated |
method setCreated(created)
Set the value for the field: created
Arguments:
Name | Type | Description |
---|---|---|
created | String | Time the advanced segment was created. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setDefinition(definition)
Set the value for the field: definition
Arguments:
Name | Type | Description |
---|---|---|
definition | String | Advanced segment definition. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setId(id)
Set the value for the field: id
Arguments:
Name | Type | Description |
---|---|---|
id | String | Advanced segment ID. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setKind(kind)
Set the value for the field: kind
Arguments:
Name | Type | Description |
---|---|---|
kind | String | Resource type for Analytics advanced segment. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setName(name)
Set the value for the field: name
Arguments:
Name | Type | Description |
---|---|---|
name | String | Advanced segment name. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setSegmentId(segmentId)
Set the value for the field: segmentId
Arguments:
Name | Type | Description |
---|---|---|
segmentId | String | Segment ID. Can be used with the 'segment' parameter in Data Feed. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setSelfLink(selfLink)
Set the value for the field: selfLink
Arguments:
Name | Type | Description |
---|---|---|
selfLink | String | Link for this advanced segment. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |
method setUpdated(updated)
Set the value for the field: updated
Arguments:
Name | Type | Description |
---|---|---|
updated | String | Time the advanced segment was last modified. |
Return Values:
Type | Description |
---|---|
Segment | The bean object for chaining. |