public class GetAssetTypeRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
GetAssetTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GetAssetTypeRequest |
exploded(Boolean exploded) |
String |
getId()
Get id
|
String |
getIfNoneMatch()
Get ifNoneMatch
|
int |
hashCode() |
GetAssetTypeRequest |
id(String id) |
GetAssetTypeRequest |
ifNoneMatch(String ifNoneMatch) |
Boolean |
isExploded()
Get exploded
|
void |
setExploded(Boolean exploded) |
void |
setId(String id) |
void |
setIfNoneMatch(String ifNoneMatch) |
String |
toString() |
public GetAssetTypeRequest ifNoneMatch(String ifNoneMatch)
public String getIfNoneMatch()
public void setIfNoneMatch(String ifNoneMatch)
public GetAssetTypeRequest exploded(Boolean exploded)
public Boolean isExploded()
public void setExploded(Boolean exploded)
public GetAssetTypeRequest 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