public class GetFailedReplicationChangeRecordsMessageRequest extends Object
Java class for getFailedReplicationChangeRecordsMessageRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getFailedReplicationChangeRecordsMessageRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="authInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxRecords" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authInfo |
protected long |
maxRecords |
protected long |
offset |
Constructor and Description |
---|
GetFailedReplicationChangeRecordsMessageRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
long |
getMaxRecords()
Gets the value of the maxRecords property.
|
long |
getOffset()
Gets the value of the offset property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setMaxRecords(long value)
Sets the value of the maxRecords property.
|
void |
setOffset(long value)
Sets the value of the offset property.
|
protected String authInfo
protected long maxRecords
protected long offset
public GetFailedReplicationChangeRecordsMessageRequest()
public String getAuthInfo()
String
public void setAuthInfo(String value)
value
- allowed object is
String
public long getMaxRecords()
public void setMaxRecords(long value)
public long getOffset()
public void setOffset(long value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.