public class CreatePullRuleRequest extends GenericAccountRequest
| Constructor and Description |
|---|
CreatePullRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDeviceUuids() |
int |
getFunctionCode() |
int |
getLength() |
String |
getParserObjectUuid() |
int |
getPullInterval() |
int |
getStartAddress() |
void |
setDeviceUuids(List<String> deviceUuids) |
void |
setFunctionCode(int functionCode) |
void |
setLength(int length) |
void |
setParserObjectUuid(String parserObjectUuid) |
void |
setPullInterval(int pullInterval) |
void |
setStartAddress(int startAddress) |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getParserObjectUuid()
public void setParserObjectUuid(String parserObjectUuid)
public int getFunctionCode()
public void setFunctionCode(int functionCode)
public int getStartAddress()
public void setStartAddress(int startAddress)
public int getLength()
public void setLength(int length)
public int getPullInterval()
public void setPullInterval(int pullInterval)
Copyright © 2024. All rights reserved.