|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.GetModuleListRequest
public class GetModuleListRequest
Request to get the Sunrise modules.
| Constructor Summary | |
|---|---|
GetModuleListRequest(SunriseCompoundType type)
Creates a new request to get the sunrise modules of the specified type. |
|
| Method Summary | |
|---|---|
List<CompoundInfo> |
getResult()
Gets the result of the request. |
SunriseCompoundType |
getType()
Returns the type of sunrise modules to query. |
void |
setResult(List<CompoundInfo> compoundInfos)
Sets the result for this request. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
hasResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetModuleListRequest(SunriseCompoundType type)
type - type of sunrise modules to query| Method Detail |
|---|
public List<CompoundInfo> getResult()
public void setResult(List<CompoundInfo> compoundInfos)
compoundInfos - The result for this request which contains the compound
information. null is not allowed.public SunriseCompoundType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||