com.cumulocity.rest.representation.identity
Class ExternalIDRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.identity.ExternalIDRepresentation
- All Implemented Interfaces:
- ResourceRepresentation
public class ExternalIDRepresentation
- extends BaseResourceRepresentation
ExternalIDRepresentation
public ExternalIDRepresentation()
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.