Class CustomPropertiesMapRepresentation

java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
All Implemented Interfaces:
ResourceRepresentation
Direct Known Subclasses:
CurrentTenantRepresentation, DeviceCredentialsRepresentation, GroupRepresentation, NewDeviceRequestRepresentation, TenantRepresentation, UserRepresentation

public class CustomPropertiesMapRepresentation extends BaseResourceRepresentation
  • Constructor Details

    • CustomPropertiesMapRepresentation

      public CustomPropertiesMapRepresentation()
  • Method Details

    • getCustomProperties

      @JSONProperty(ignoreIfNull=true) public Map<String,Object> getCustomProperties()
    • setCustomProperties

      public void setCustomProperties(Map<String,Object> customProperties)