com.cumulocity.rest.representation
Class BaseResourceRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
All Implemented Interfaces:
ResourceRepresentation
Direct Known Subclasses:
AbstractExtensibleRepresentation, AlarmsApiRepresentation, ApplicationApiRepresentation, ApplicationReferenceRepresentation, ApplicationRepresentation, AuditRecordsRepresentation, BaseCollectionRepresentation, CurrentUserRepresentation, DeviceControlRepresentation, ExternalIDRepresentation, GroupReferenceRepresentation, GroupRepresentation, IdentityRepresentation, InventoryRepresentation, ManagedObjectReferenceRepresentation, MeasurementsApiRepresentation, PlatformApiRepresentation, RoleReferenceRepresentation, RoleRepresentation, TenantRepresentation, TenantUsageStatisticsRepresentation, UserReferenceRepresentation, UserRepresentation, UsersApiRepresentation

public class BaseResourceRepresentation
extends Object
implements ResourceRepresentation


Constructor Summary
BaseResourceRepresentation()
           
 
Method Summary
 String getSelf()
           
 void setSelf(String self)
           
 String toJSON()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseResourceRepresentation

public BaseResourceRepresentation()
Method Detail

getSelf

@JSONProperty(ignoreIfNull=true)
public String getSelf()

setSelf

public void setSelf(String self)

toString

public String toString()
Overrides:
toString in class Object

toJSON

public String toJSON()


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.