public class DeleteAssetLocationRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
DeleteAssetLocationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getIfMatch()
Get ifMatch
|
int |
hashCode() |
DeleteAssetLocationRequest |
id(String id) |
DeleteAssetLocationRequest |
ifMatch(String ifMatch) |
void |
setId(String id) |
void |
setIfMatch(String ifMatch) |
String |
toString() |
public DeleteAssetLocationRequest ifMatch(String ifMatch)
public String getIfMatch()
public void setIfMatch(String ifMatch)
public DeleteAssetLocationRequest 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