File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
core-api/src/main/java/com/optimizely/ab/event/internal/payload Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11/**
22 *
3- * Copyright 2018-2020 , Optimizely and contributors
3+ * Copyright 2018-2021 , Optimizely and contributors
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
66 * you may not use this file except in compliance with the License.
1616 */
1717package com .optimizely .ab .event .internal .payload ;
1818
19+ import com .fasterxml .jackson .annotation .JsonInclude ;
1920import com .fasterxml .jackson .annotation .JsonProperty ;
2021import com .optimizely .ab .annotations .VisibleForTesting ;
2122
2223public class Decision {
24+ @ JsonInclude (JsonInclude .Include .ALWAYS )
2325 @ JsonProperty ("campaign_id" )
2426 String campaignId ;
27+ @ JsonInclude (JsonInclude .Include .ALWAYS )
2528 @ JsonProperty ("experiment_id" )
2629 String experimentId ;
2730 @ JsonProperty ("variation_id" )
You can’t perform that action at this time.
0 commit comments