@JsonProperty(access = Access.READ_ONLY) public Date getLastTimeAtBusyState() { return lastTimeAtBusyState; }
@Override @JsonProperty(access = Access.READ_ONLY) public String getName() { return title; }
@JsonUnwrapped @JsonProperty(access = Access.READ_ONLY) public UserPrivateDataBaseDto getPrivateData() { return privateData; }
/** * Returns the natively supported navigation type by this source. * * @return the natively supported navigation type by this source. */ @JsonProperty(access = Access.READ_ONLY) @JsonView(Views.Info.class) public abstract NavigationType getNavigationType();