コード例 #1
0
 public void setLastResetTime(long lastResetTime) {
   human
       .getHumanPropertiesManager()
       .setLongPropertyValue(HumanLongProperty.LAST_CD_RESET_TIME, lastResetTime);
 }
コード例 #2
0
 public long getLastResetTime() {
   return human
       .getHumanPropertiesManager()
       .getLongPropertyValue(HumanLongProperty.LAST_CD_RESET_TIME);
 }