示例#1
0
 public int hashCode() {
   final int prime = 31;
   int result = 1;
   result = prime * result + ((dynamicEndpointURI == null) ? 0 : dynamicEndpointURI.hashCode());
   result = prime * result + ((endpoint == null) ? 0 : endpoint.hashCode());
   return result;
 }