public class InternalPutMashupUsers
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<KeyValue> |
keyValue |
java.lang.String |
mashupInstance |
Constructor and Description |
---|
InternalPutMashupUsers() |
InternalPutMashupUsers(InternalPutMashupUsers o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this InternalPutMashupUsers.
|
static InternalPutMashupUsers |
fromString(java.lang.String s)
String representation of this InternalPutMashupUsers.
|
java.util.List<KeyValue> |
getKeyValue()
List of (user identifier, page type) seen by this Mashup instance during the previous period.
|
java.lang.String |
getMashupInstance()
Identifier of the Mashup instance sending this list of users.
|
InternalPutMashupUsers |
makeCopy()
Creates and returns a deep copy of this InternalPutMashupUsers.
|
static InternalPutMashupUsers |
readFrom(java.io.InputStream is)
Read this InternalPutMashupUsers from an XML fragment.
|
void |
setMashupInstance(java.lang.String mashupInstance)
Identifier of the Mashup instance sending this list of users.
|
java.lang.String |
toString()
String representation of this InternalPutMashupUsers.
|
InternalPutMashupUsers |
withKeyValue(java.util.Collection<KeyValue> __values) |
InternalPutMashupUsers |
withKeyValue(KeyValue... __values)
List of (user identifier, page type) seen by this Mashup instance during the previous period.
|
InternalPutMashupUsers |
withMashupInstance(java.lang.String mashupInstance) |
void |
writeTo(java.io.OutputStream os)
Write this InternalPutMashupUsers as an XML fragment
|
public java.lang.String mashupInstance
public java.util.List<KeyValue> keyValue
public InternalPutMashupUsers()
public InternalPutMashupUsers(InternalPutMashupUsers o)
public void setMashupInstance(java.lang.String mashupInstance)
public java.lang.String getMashupInstance()
public InternalPutMashupUsers withMashupInstance(java.lang.String mashupInstance)
public java.util.List<KeyValue> getKeyValue()
public InternalPutMashupUsers withKeyValue(KeyValue... __values)
public InternalPutMashupUsers withKeyValue(java.util.Collection<KeyValue> __values)
public InternalPutMashupUsers makeCopy()
public static InternalPutMashupUsers readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static InternalPutMashupUsers fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.