1 24 package org.objectweb.joram.shared.admin; 25 26 30 public class UnsetUserThreshold extends AdminRequest { 31 private static final long serialVersionUID = -2486661870903852503L; 32 33 34 private String userProxId; 35 36 42 public UnsetUserThreshold(String userProxId) { 43 this.userProxId = userProxId; 44 } 45 46 47 48 public String getUserProxId() { 49 return userProxId; 50 } 51 } 52 | Popular Tags |