Пример #1
0
 public void hashCode(HashCodeBuilder hashCodeBuilder) {
   super.hashCode(hashCodeBuilder);
   hashCodeBuilder.append(this.getDataHandlingPolicy());
   hashCodeBuilder.append(this.getDataHandlingPreferences());
   hashCodeBuilder.append(this.getStickyPolicy());
   hashCodeBuilder.append(this.getCredentialRequirements());
   hashCodeBuilder.append(this.getProvisionalActions());
 }