Class Utm
-
- All Implemented Interfaces:
public final class Utm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUtm.BuilderA builder for Utm.
-
Method Summary
Modifier and Type Method Description final Optional<String>campaign()final Optional<String>content()final Optional<String>medium()final Optional<String>source()final Optional<String>term()final JsonField<String>_campaign()Returns the raw JSON value of campaign. final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<String>_medium()Returns the raw JSON value of medium. final JsonField<String>_source()Returns the raw JSON value of source. final JsonField<String>_term()Returns the raw JSON value of term. final Map<String, JsonValue>_additionalProperties()final Utm.BuildertoBuilder()final Utmvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Utm.Builderbuilder()Returns a mutable builder for constructing an instance of Utm. -
-
Method Detail
-
_campaign
final JsonField<String> _campaign()
Returns the raw JSON value of campaign.
Unlike campaign, this method doesn't throw if the JSON field has an unexpected type.
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_medium
final JsonField<String> _medium()
Returns the raw JSON value of medium.
Unlike medium, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<String> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_term
final JsonField<String> _term()
Returns the raw JSON value of term.
Unlike term, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Utm.Builder toBuilder()
-
validate
final Utm validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static Utm.Builder builder()
Returns a mutable builder for constructing an instance of Utm.
-
-
-
-