|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.ConstructExecuteOptions
public static class CiscoIpPhone.ConstructExecuteOptions
| Field Summary | |
|---|---|
java.lang.Boolean |
formatURL
use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL(s) specified. |
java.lang.Short |
priority1
use: optional; allowMultiple: false; The priority with which to treat the URL1 action parameter. |
java.lang.Short |
priority2
use: optional; allowMultiple: false; The priority with which to treat the URL2 action parameter. |
java.lang.Short |
priority3
use: optional; allowMultiple: false; The priority with which to treat the URL3 action parameter. |
java.lang.String |
url1
use: optional; allowMultiple: false; The first command that the phone should execute. |
java.lang.String |
url2
use: optional; allowMultiple: false; The second command that the phone should execute. |
java.lang.String |
url3
use: optional; allowMultiple: false; The third command that the phone should execute. |
| Constructor Summary | |
|---|---|
CiscoIpPhone.ConstructExecuteOptions()
Constructs the ConstructExecuteOptions. |
|
CiscoIpPhone.ConstructExecuteOptions(java.lang.String url1,
java.lang.String url2,
java.lang.String url3,
java.lang.Boolean formatURL,
java.lang.Short priority1,
java.lang.Short priority2,
java.lang.Short priority3)
Constructs the ConstructExecuteOptions. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getFormatURL()
Gets the value. |
java.lang.Short |
getPriority1()
Gets the value. |
java.lang.Short |
getPriority2()
Gets the value. |
java.lang.Short |
getPriority3()
Gets the value. |
java.lang.String |
getUrl1()
Gets the value. |
java.lang.String |
getUrl2()
Gets the value. |
java.lang.String |
getUrl3()
Gets the value. |
void |
setFormatURL(java.lang.Boolean value)
Sets the value. |
void |
setPriority1(java.lang.Short value)
Sets the value. |
void |
setPriority2(java.lang.Short value)
Sets the value. |
void |
setPriority3(java.lang.Short value)
Sets the value. |
void |
setUrl1(java.lang.String value)
Sets the value. |
void |
setUrl2(java.lang.String value)
Sets the value. |
void |
setUrl3(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String url1
public java.lang.String url2
public java.lang.String url3
public java.lang.Boolean formatURL
public java.lang.Short priority1
URL1 action parameter.
public java.lang.Short priority2
URL2 action parameter.
public java.lang.Short priority3
URL3 action parameter.
| Constructor Detail |
|---|
public CiscoIpPhone.ConstructExecuteOptions()
public CiscoIpPhone.ConstructExecuteOptions(java.lang.String url1,
java.lang.String url2,
java.lang.String url3,
java.lang.Boolean formatURL,
java.lang.Short priority1,
java.lang.Short priority2,
java.lang.Short priority3)
url1 - use: optional; allowMultiple: false;
url1 The first command that the phone should execute.url2 - use: optional; allowMultiple: false;
url2 The second command that the phone should execute.url3 - use: optional; allowMultiple: false;
url3 The third command that the phone should execute.formatURL - use: optional; allowMultiple: false;
formatURL Indicates that URL format validation should be performed on the URL(s)
formatURL specified. This may involve modifications being made to the URL(s).priority1 - use: optional; allowMultiple: false;
priority1 The priority with which to treat the URL1 action parameter.priority2 - use: optional; allowMultiple: false;
priority2 The priority with which to treat the URL2 action parameter.priority3 - use: optional; allowMultiple: false;
priority3 The priority with which to treat the URL3 action parameter.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUrl1()
public void setUrl1(java.lang.String value)
value - the value.public java.lang.String getUrl2()
public void setUrl2(java.lang.String value)
value - the value.public java.lang.String getUrl3()
public void setUrl3(java.lang.String value)
value - the value.public java.lang.Boolean getFormatURL()
public void setFormatURL(java.lang.Boolean value)
value - the value.public java.lang.Short getPriority1()
URL1 action parameter.
public void setPriority1(java.lang.Short value)
URL1 action parameter.
value - the value.public java.lang.Short getPriority2()
URL2 action parameter.
public void setPriority2(java.lang.Short value)
URL2 action parameter.
value - the value.public java.lang.Short getPriority3()
URL3 action parameter.
public void setPriority3(java.lang.Short value)
URL3 action parameter.
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||