Class Tester
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.rcsbusinessmessaging.v1.model.Tester
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class Tester extends com.google.api.client.json.GenericJsonA tester for the agent. The agent can interact with verified testers even if the agent has not yet launched.This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the RCS Business Messaging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Constructor Summary
Constructors Constructor Description Tester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Testerclone()java.lang.StringgetInviteStatus()The status of the invitation.java.lang.StringgetName()This field is set by the RBM platform.Testerset(java.lang.String fieldName, java.lang.Object value)TestersetInviteStatus(java.lang.String inviteStatus)The status of the invitation.TestersetName(java.lang.String name)This field is set by the RBM platform.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
-
-
-
Method Detail
-
getInviteStatus
public java.lang.String getInviteStatus()
The status of the invitation.- Returns:
- value or
nullfor none
-
setInviteStatus
public Tester setInviteStatus(java.lang.String inviteStatus)
The status of the invitation.- Parameters:
inviteStatus- inviteStatus ornullfor none
-
getName
public java.lang.String getName()
This field is set by the RBM platform. Do not include it when creating a tester object. The field resolves "phones/{E.164}/testers", where {E.164} is the tester's phone number in E.164 format.- Returns:
- value or
nullfor none
-
setName
public Tester setName(java.lang.String name)
This field is set by the RBM platform. Do not include it when creating a tester object. The field resolves "phones/{E.164}/testers", where {E.164} is the tester's phone number in E.164 format.- Parameters:
name- name ornullfor none
-
set
public Tester set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public Tester clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-