Package com.mypurecloud.sdk.v2.model
Class LineStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.LineStatus
- All Implemented Interfaces:
Serializable
LineStatus
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressOfRecord(String addressOfRecord) The line's address of record.contactAddresses(List<String> contactAddresses) The addresses used to contact the line.booleangetId()inthashCode()The id of this lineIndicates whether the edge can reach the line.reachableStateTime(Date reachableStateTime) The time the line entered its current reachable state.voidsetAddressOfRecord(String addressOfRecord) voidsetContactAddresses(List<String> contactAddresses) voidvoidsetReachable(Boolean reachable) voidsetReachableStateTime(Date reachableStateTime) toString()
-
Constructor Details
-
LineStatus
public LineStatus() -
LineStatus
-
-
Method Details
-
id
The id of this line -
getId
-
setId
-
reachable
Indicates whether the edge can reach the line. -
getReachable
-
setReachable
-
addressOfRecord
The line's address of record. -
getAddressOfRecord
-
setAddressOfRecord
-
contactAddresses
The addresses used to contact the line. -
getContactAddresses
-
setContactAddresses
-
reachableStateTime
The time the line entered its current reachable state. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getReachableStateTime
-
setReachableStateTime
-
equals
-
hashCode
public int hashCode() -
toString
-