From Analytics Services
Members:
| Member | Type | Description |
|---|---|---|
| getName | String | Step name. |
| getNumber | int | Step number. |
| getUrl | String | URL for this step. |
| setName | GoalUrlDestinationDetailsSteps | Set the value for the field: name |
| setNumber | GoalUrlDestinationDetailsSteps | Set the value for the field: number |
| setUrl | GoalUrlDestinationDetailsSteps | Set the value for the field: url |
method getName()
Step name.
Return Values:
| Type | Description |
|---|---|
String | The current value for name |
method getNumber()
Step number.
Return Values:
| Type | Description |
|---|---|
int | The current value for number |
method getUrl()
URL for this step.
Return Values:
| Type | Description |
|---|---|
String | The current value for url |
method setName(name)
Set the value for the field: name
Arguments:
| Name | Type | Description |
|---|---|---|
| name | String | Step name. |
Return Values:
| Type | Description |
|---|---|
GoalUrlDestinationDetailsSteps | The bean object for chaining. |
method setNumber(number)
Set the value for the field: number
Arguments:
| Name | Type | Description |
|---|---|---|
| number | int | Step number. |
Return Values:
| Type | Description |
|---|---|
GoalUrlDestinationDetailsSteps | The bean object for chaining. |
method setUrl(url)
Set the value for the field: url
Arguments:
| Name | Type | Description |
|---|---|---|
| url | String | URL for this step. |
Return Values:
| Type | Description |
|---|---|
GoalUrlDestinationDetailsSteps | The bean object for chaining. |