public class ReplaceAssetRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
ReplaceAssetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReplaceAssetRequest |
asset(AssetUpdate asset) |
boolean |
equals(Object o) |
AssetUpdate |
getAsset()
Get asset
|
String |
getId()
Get id
|
String |
getIfMatch()
Get ifMatch
|
int |
hashCode() |
ReplaceAssetRequest |
id(String id) |
ReplaceAssetRequest |
ifMatch(String ifMatch) |
void |
setAsset(AssetUpdate asset) |
void |
setId(String id) |
void |
setIfMatch(String ifMatch) |
String |
toString() |
public ReplaceAssetRequest ifMatch(String ifMatch)
public String getIfMatch()
public void setIfMatch(String ifMatch)
public ReplaceAssetRequest id(String id)
public String getId()
public void setId(String id)
public ReplaceAssetRequest asset(AssetUpdate asset)
public AssetUpdate getAsset()
public void setAsset(AssetUpdate asset)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object