public class TrackingCode extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackingCode.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The name of the tracking code, which must be preconfigured in the Admin Console.
|
protected EnumWrapper<TrackingCodeTypeField> |
type
The value will always be `tracking_code`.
|
protected String |
value
The value of the tracking code.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TrackingCode() |
protected |
TrackingCode(TrackingCode.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
EnumWrapper<TrackingCodeTypeField> |
getType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TrackingCodeTypeField> type
protected String name
public TrackingCode()
protected TrackingCode(TrackingCode.Builder builder)
public EnumWrapper<TrackingCodeTypeField> getType()