public class ExternalIDRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
ExternalIDRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getExternalId() |
ManagedObjectRepresentation |
getManagedObject() |
String |
getType() |
void |
setExternalId(String externalId) |
void |
setManagedObject(ManagedObjectRepresentation managedObject) |
void |
setType(String type) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(ignoreIfNull=true) public String getExternalId()
public void setExternalId(String externalId)
@JSONProperty(ignoreIfNull=true) public String getType()
public void setType(String type)
@JSONProperty(ignoreIfNull=true) public ManagedObjectRepresentation getManagedObject()
public void setManagedObject(ManagedObjectRepresentation managedObject)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.