Package com.openkm.sdk4j.bean
Class LicenseInfo
- java.lang.Object
-
- com.openkm.sdk4j.bean.LicenseInfo
-
- All Implemented Interfaces:
Serializable
public class LicenseInfo extends Object implements Serializable
License info- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxUsers()StringgetMessage()StringgetRenovation()StringgetSecret()StringgetStatus()voidsetMaxUsers(Integer maxUsers)voidsetMessage(String message)voidsetRenovation(String renovation)voidsetSecret(String secret)voidsetStatus(String status)StringtoString()
-
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getSecret
public String getSecret()
-
setSecret
public void setSecret(String secret)
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
getMaxUsers
public Integer getMaxUsers()
-
setMaxUsers
public void setMaxUsers(Integer maxUsers)
-
getRenovation
public String getRenovation()
-
setRenovation
public void setRenovation(String renovation)
-
-