com.cumulocity.rest.representation.identity
Class ExternalIDRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.identity.ExternalIDRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class ExternalIDRepresentation
extends BaseResourceRepresentation


Constructor Summary
ExternalIDRepresentation()
           
 
Method Summary
 String getExternalId()
           
 ManagedObjectRepresentation getManagedObject()
           
 String getType()
           
 void setExternalId(String externalId)
           
 void setManagedObject(ManagedObjectRepresentation managedObject)
           
 void setType(String type)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalIDRepresentation

public ExternalIDRepresentation()
Method Detail

getExternalId

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

setExternalId

public void setExternalId(String externalId)

getType

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

setType

public void setType(String type)

getManagedObject

@JSONProperty(ignoreIfNull=true)
public ManagedObjectRepresentation getManagedObject()

setManagedObject

public void setManagedObject(ManagedObjectRepresentation managedObject)


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