|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.data.DataRecordSource
com.partnersoft.interfaces.turtle.TurtleOutageSource
public class TurtleOutageSource
A DataRecordSource that queries a Turtle TS2 web service for outages. Status can be left blank; if so it queries meters that are out. Otherwise it must be one of the following:
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.data.DataRecordSource |
|---|
showProgress, verbose |
| Constructor Summary | |
|---|---|
TurtleOutageSource()
|
|
| Method Summary | |
|---|---|
DataRecordFetcher |
createFetcher()
Creates a new fetcher to gather data for a new iteration. |
java.lang.String |
getPassword()
Gets the value of password |
java.lang.String |
getStatus()
Gets the value of status |
java.lang.String |
getUrl()
Gets the value of uRL |
java.lang.String |
getUserName()
Gets the value of userName |
void |
setPassword(java.lang.String argPassword)
Sets the value of password |
void |
setStatus(java.lang.String argStatus)
Sets the value of status |
void |
setUrl(java.lang.String argurl)
Sets the value of uRL |
void |
setUserName(java.lang.String argUserName)
Sets the value of userName |
| Methods inherited from class com.partnersoft.data.DataRecordSource |
|---|
clone, close, copyStateFrom, getAfterActions, getBeforeActions, getShowProgress, getState, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setState, setTransforms, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TurtleOutageSource()
| Method Detail |
|---|
public DataRecordFetcher createFetcher()
DataRecordSource
createFetcher in class DataRecordSourcepublic java.lang.String getUrl()
public void setUrl(java.lang.String argurl)
argurl - Value to assign to this.uRLpublic java.lang.String getUserName()
public void setUserName(java.lang.String argUserName)
argUserName - Value to assign to this.userNamepublic java.lang.String getPassword()
public void setPassword(java.lang.String argPassword)
argPassword - Value to assign to this.passwordpublic java.lang.String getStatus()
public void setStatus(java.lang.String argStatus)
argStatus - Value to assign to this.status
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||