com.cumulocity.model
Class ExternalId

java.lang.Object
  extended by com.cumulocity.model.ExternalId

Deprecated.

@Deprecated
public class ExternalId
extends Object

TODO: The Javadoc of this class is too short. Please add at least a meaningful class comment.


Constructor Summary
ExternalId()
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 String getExternalId()
          Deprecated.  
 String getExternalIdType()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setExternalId(String externalId)
          Deprecated.  
 void setExternalIdType(String externalIdType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalId

public ExternalId()
Deprecated. 
Method Detail

getExternalId

@JSONProperty(value="externalId",
              ignoreIfNull=true)
public String getExternalId()
Deprecated. 

setExternalId

public void setExternalId(String externalId)
Deprecated. 

getExternalIdType

@JSONProperty(value="idType",
              ignoreIfNull=true)
public String getExternalIdType()
Deprecated. 

setExternalIdType

public void setExternalIdType(String externalIdType)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


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