Boolean Not Stored in CB Doc

In My Java class i have below field along with some other fields, but for some reason this particular fields was not getting stored in cb doc , i have check there was no exception occurred and mutation also happened successfully , any suggestion …? as showed in my cb document all the others fields are saved and retrieved successfully except the Boolean one

private Boolean Status; -

{“EpochTmOrderTime”:1682361240,“DateTm”:“2023-04-24 18.34.00”,“orderNumber”:“5002”}

Maybe Status is null?

did u try change public , when Marshall the document it may not visible

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.