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