public class DataDescRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DataDescRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAddressStart() |
String |
getParserObjectUuid() |
String |
getState() |
void |
setAddressStart(Integer addressStart) |
void |
setParserObjectUuid(String parserObjectUuid) |
void |
setState(String state) |
DataDescRequest |
withAddressStart(Integer addressStart) |
DataDescRequest |
withParserObjectUuid(String parserObjectUuid) |
DataDescRequest |
withRequestCredentials(BceCredentials credentials) |
DataDescRequest |
withState(String state) |
getRequestCredentials, setRequestCredentialspublic String getParserObjectUuid()
public void setParserObjectUuid(String parserObjectUuid)
public DataDescRequest withParserObjectUuid(String parserObjectUuid)
public String getState()
public void setState(String state)
public DataDescRequest withState(String state)
public Integer getAddressStart()
public void setAddressStart(Integer addressStart)
public DataDescRequest withAddressStart(Integer addressStart)
public DataDescRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2022. All rights reserved.