Class SupportUserDetailsRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.tenant.SupportUserDetailsRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
void
setActiveRequestCount
(Integer activeRequestCount) void
setEnabled
(Boolean enabled) void
setExpiryDate
(org.joda.time.DateTime expiryDate) Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
SupportUserDetailsRepresentation
public SupportUserDetailsRepresentation()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getExpiryDate
@JSONProperty("expiryDate") @JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getExpiryDate() -
setExpiryDate
public void setExpiryDate(org.joda.time.DateTime expiryDate) -
getActiveRequestCount
-
setActiveRequestCount
-