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