Class LineStatus

java.lang.Object
com.mypurecloud.sdk.v2.model.LineStatus
All Implemented Interfaces:
Serializable

public class LineStatus extends Object implements Serializable
LineStatus
See Also:
  • Constructor Details

    • LineStatus

      public LineStatus()
    • LineStatus

      public LineStatus(Boolean initWithEmptyList)
  • Method Details

    • id

      public LineStatus id(String id)
      The id of this line
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • reachable

      public LineStatus reachable(Boolean reachable)
      Indicates whether the edge can reach the line.
    • getReachable

      public Boolean getReachable()
    • setReachable

      public void setReachable(Boolean reachable)
    • addressOfRecord

      public LineStatus addressOfRecord(String addressOfRecord)
      The line's address of record.
    • getAddressOfRecord

      public String getAddressOfRecord()
    • setAddressOfRecord

      public void setAddressOfRecord(String addressOfRecord)
    • contactAddresses

      public LineStatus contactAddresses(List<String> contactAddresses)
      The addresses used to contact the line.
    • getContactAddresses

      public List<String> getContactAddresses()
    • setContactAddresses

      public void setContactAddresses(List<String> contactAddresses)
    • reachableStateTime

      public LineStatus reachableStateTime(Date 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

      public Date getReachableStateTime()
    • setReachableStateTime

      public void setReachableStateTime(Date reachableStateTime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object