Class SwitchboardResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.SwitchboardResponse
-
public class SwitchboardResponse extends java.lang.ObjectSwitchboardResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_SWITCHBOARD
-
Constructor Summary
Constructors Constructor Description SwitchboardResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)SwitchboardgetSwitchboard()The switchboard.inthashCode()voidsetSwitchboard(Switchboard switchboard)SwitchboardResponseswitchboard(Switchboard switchboard)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SWITCHBOARD
public static final java.lang.String JSON_PROPERTY_SWITCHBOARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
switchboard
public SwitchboardResponse switchboard(Switchboard switchboard)
-
getSwitchboard
@Nullable public Switchboard getSwitchboard()
The switchboard.- Returns:
- switchboard
-
setSwitchboard
public void setSwitchboard(Switchboard switchboard)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-