public class UpdateAssetTypeRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
UpdateAssetTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetTypeRequest |
assettype(AssetType assettype) |
boolean |
equals(Object o) |
UpdateAssetTypeRequest |
exploded(Boolean exploded) |
AssetType |
getAssettype()
Get assettype
|
String |
getId()
Get id
|
String |
getIfMatch()
Get ifMatch
|
int |
hashCode() |
UpdateAssetTypeRequest |
id(String id) |
UpdateAssetTypeRequest |
ifMatch(String ifMatch) |
Boolean |
isExploded()
Get exploded
|
void |
setAssettype(AssetType assettype) |
void |
setExploded(Boolean exploded) |
void |
setId(String id) |
void |
setIfMatch(String ifMatch) |
String |
toString() |
public UpdateAssetTypeRequest ifMatch(String ifMatch)
public String getIfMatch()
public void setIfMatch(String ifMatch)
public UpdateAssetTypeRequest exploded(Boolean exploded)
public Boolean isExploded()
public void setExploded(Boolean exploded)
public UpdateAssetTypeRequest id(String id)
public String getId()
public void setId(String id)
public UpdateAssetTypeRequest assettype(AssetType assettype)
public AssetType getAssettype()
public void setAssettype(AssetType assettype)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object