I know I'm late, but this is the right answer: getKalase().
@Bindable public int getKalase() { return userRole != null && userRole.getId() != 0 ? View.VISIBLE : View.GONE; }
I'm sure you already know that.