com.qualcommlabs.usercontext.protocol
Class ContentDescriptor

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.ContentDescriptor

public class ContentDescriptor
extends Object


Constructor Summary
ContentDescriptor()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCampaignId()
           
 ContentAttributes getContentAttributes()
           
 String getContentDescription()
           
 String getContentUrl()
           
 Long getExpires()
           
 String getIconUrl()
          Deprecated. 
 String getIdentifier()
           
 String getTitle()
           
 int hashCode()
           
 void setCampaignId(String campaignId)
           
 void setContentAttributes(ContentAttributes contentAttributes)
           
 void setContentDescription(String contentDescription)
           
 void setContentUrl(String contentUrl)
           
 void setExpires(Long expires)
           
 void setIconUrl(String iconUrl)
          Deprecated. 
 void setIdentifier(String identifier)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentDescriptor

public ContentDescriptor()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContentDescription

public String getContentDescription()

setContentDescription

public void setContentDescription(String contentDescription)

getIconUrl

@Deprecated
public String getIconUrl()
Deprecated. 


setIconUrl

@Deprecated
public void setIconUrl(String iconUrl)
Deprecated. 


getContentUrl

public String getContentUrl()

setContentUrl

public void setContentUrl(String contentUrl)

getCampaignId

public String getCampaignId()

setCampaignId

public void setCampaignId(String campaignId)

getExpires

public Long getExpires()

setExpires

public void setExpires(Long expires)

getContentAttributes

public ContentAttributes getContentAttributes()

setContentAttributes

public void setContentAttributes(ContentAttributes contentAttributes)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.