Class Station

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

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

    • Station

      public Station()
    • Station

      public Station(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public Station name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public Station description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • status

      public Station status(Station.StatusEnum status)
    • getStatus

      public Station.StatusEnum getStatus()
    • setStatus

      public void setStatus(Station.StatusEnum status)
    • userId

      public Station userId(String userId)
      The Id of the user currently logged in and associated with the station.
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • webRtcUserId

      public Station webRtcUserId(String webRtcUserId)
      The Id of the user configured for the station if it is of type inin_webrtc_softphone. Empty if station type is not inin_webrtc_softphone.
    • getWebRtcUserId

      public String getWebRtcUserId()
    • setWebRtcUserId

      public void setWebRtcUserId(String webRtcUserId)
    • primaryEdge

      public Station primaryEdge(DomainEntityRef primaryEdge)
    • getPrimaryEdge

      public DomainEntityRef getPrimaryEdge()
    • setPrimaryEdge

      public void setPrimaryEdge(DomainEntityRef primaryEdge)
    • secondaryEdge

      public Station secondaryEdge(DomainEntityRef secondaryEdge)
    • getSecondaryEdge

      public DomainEntityRef getSecondaryEdge()
    • setSecondaryEdge

      public void setSecondaryEdge(DomainEntityRef secondaryEdge)
    • type

      public Station type(String type)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • lineAppearanceId

      public Station lineAppearanceId(String lineAppearanceId)
    • getLineAppearanceId

      public String getLineAppearanceId()
    • setLineAppearanceId

      public void setLineAppearanceId(String lineAppearanceId)
    • getWebRtcMediaDscp

      public Integer getWebRtcMediaDscp()
    • getWebRtcPersistentEnabled

      public Boolean getWebRtcPersistentEnabled()
    • getWebRtcForceTurn

      public Boolean getWebRtcForceTurn()
    • getWebRtcCallAppearances

      public Integer getWebRtcCallAppearances()
    • getWebRtcRequireMediaHelper

      public Boolean getWebRtcRequireMediaHelper()
    • getSelfUri

      public String getSelfUri()
    • 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