828384858687888990
this.viaProto = false; } @Override public boolean getIsNodeHealthy() { NodeHealthStatusProtoOrBuilder p = this.viaProto ? this.proto : this.builder; return p.getIsNodeHealthy(); }
9596979899100101102103104105106
this.builder.setIsNodeHealthy(isNodeHealthy); } @Override public String getHealthReport() { NodeHealthStatusProtoOrBuilder p = this.viaProto ? this.proto : this.builder; if (!p.hasHealthReport()) { return null; } return (p.getHealthReport()); }
115116117118119120121122123
this.builder.setHealthReport((healthReport)); } @Override public long getLastHealthReportTime() { NodeHealthStatusProtoOrBuilder p = this.viaProto ? this.proto : this.builder; return (p.getLastHealthReportTime()); }