public class AssetIdWithSite extends Object implements com.fatwire.assetapi.data.AssetId, Comparable<AssetIdWithSite>, Serializable
| Constructor and Description |
|---|
AssetIdWithSite(com.fatwire.assetapi.data.AssetId id,
String site) |
AssetIdWithSite(String type,
long id,
String site) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AssetIdWithSite o) |
boolean |
equals(Object obj) |
com.fatwire.assetapi.data.AssetId |
getAssetId() |
long |
getId() |
String |
getSite() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public AssetIdWithSite(com.fatwire.assetapi.data.AssetId id,
String site)
public long getId()
getId in interface com.fatwire.assetapi.data.AssetIdpublic String getType()
getType in interface com.fatwire.assetapi.data.AssetIdpublic com.fatwire.assetapi.data.AssetId getAssetId()
public String getSite()
public int compareTo(AssetIdWithSite o)
compareTo in interface Comparable<AssetIdWithSite>Copyright © 2016–2017. All rights reserved.