public class GetEntityHistoryMessageRequest extends Object
Java class for getEntityHistoryMessageRequest complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="getEntityHistoryMessageRequest">
   <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="entityKey" 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 String | entityKey | 
| protected long | maxRecords | 
| protected long | offset | 
| Constructor and Description | 
|---|
| GetEntityHistoryMessageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuthInfo()Gets the value of the authInfo property. | 
| String | getEntityKey()Gets the value of the entityKey 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 | setEntityKey(String value)Sets the value of the entityKey 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 String entityKey
protected long maxRecords
protected long offset
public String getAuthInfo()
Stringpublic void setAuthInfo(String value)
value - allowed object is
     Stringpublic String getEntityKey()
Stringpublic void setEntityKey(String value)
value - allowed object is
     Stringpublic 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.