Package com.growsurf.api.models.campaign
Class CampaignRetrieveAnalyticsResponse
-
- All Implemented Interfaces:
public final class CampaignRetrieveAnalyticsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCampaignRetrieveAnalyticsResponse.BuilderA builder for CampaignRetrieveAnalyticsResponse.
public final classCampaignRetrieveAnalyticsResponse.Analytics
-
Method Summary
Modifier and Type Method Description final CampaignRetrieveAnalyticsResponse.Analyticsanalytics()final LongendDate()final LongstartDate()final JsonField<CampaignRetrieveAnalyticsResponse.Analytics>_analytics()Returns the raw JSON value of analytics. final JsonField<Long>_endDate()Returns the raw JSON value of endDate. final JsonField<Long>_startDate()Returns the raw JSON value of startDate. final Map<String, JsonValue>_additionalProperties()final CampaignRetrieveAnalyticsResponse.BuildertoBuilder()final CampaignRetrieveAnalyticsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CampaignRetrieveAnalyticsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CampaignRetrieveAnalyticsResponse. -
-
Method Detail
-
analytics
final CampaignRetrieveAnalyticsResponse.Analytics analytics()
-
_analytics
final JsonField<CampaignRetrieveAnalyticsResponse.Analytics> _analytics()
Returns the raw JSON value of analytics.
Unlike analytics, this method doesn't throw if the JSON field has an unexpected type.
-
_endDate
final JsonField<Long> _endDate()
Returns the raw JSON value of endDate.
Unlike endDate, this method doesn't throw if the JSON field has an unexpected type.
-
_startDate
final JsonField<Long> _startDate()
Returns the raw JSON value of startDate.
Unlike startDate, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CampaignRetrieveAnalyticsResponse.Builder toBuilder()
-
validate
final CampaignRetrieveAnalyticsResponse 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 CampaignRetrieveAnalyticsResponse.Builder builder()
Returns a mutable builder for constructing an instance of CampaignRetrieveAnalyticsResponse.
The following fields are required:
.analytics() .endDate() .startDate()
-
-
-
-