public class SupportUserDetailsRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
SupportUserDetailsRepresentation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActiveRequestCount() |
Boolean |
getEnabled() |
org.joda.time.DateTime |
getExpiryDate() |
void |
setActiveRequestCount(Integer activeRequestCount) |
void |
setEnabled(Boolean enabled) |
void |
setExpiryDate(org.joda.time.DateTime expiryDate) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(value="enabled") public Boolean getEnabled()
public void setEnabled(Boolean enabled)
@JSONProperty(value="expiryDate") @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getExpiryDate()
public void setExpiryDate(org.joda.time.DateTime expiryDate)
@JSONProperty(value="activeRequestCount") public Integer getActiveRequestCount()
public void setActiveRequestCount(Integer activeRequestCount)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.