public static int zclSize(GetUsertypeResponse r) throws ZclValidationException {
   int size = 0;
   size += ZclDataTypeUI16.zclSize(r.UserID);
   size += ZclDataTypeEnum8.zclSize(r.UserType);
   return size;
 }