public class SubscribeObject extends AbstractModel
Constructor and Description |
---|
SubscribeObject() |
SubscribeObject(SubscribeObject source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
Get Name of subscribed database
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getObjectsType()
Get Data subscription object type.
|
String[] |
getTableNames()
Get Array of table names in subscribed database
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDatabaseName(String DatabaseName)
Set Name of subscribed database
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setObjectsType(Long ObjectsType)
Set Data subscription object type.
|
void |
setTableNames(String[] TableNames)
Set Array of table names in subscribed database
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SubscribeObject()
public SubscribeObject(SubscribeObject source)
public Long getObjectsType()
public void setObjectsType(Long ObjectsType)
ObjectsType
- Data subscription object type. 0: database, 1: database table
Note: this field may return null, indicating that no valid values can be obtained.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Name of subscribed database
Note: this field may return null, indicating that no valid values can be obtained.public String[] getTableNames()
public void setTableNames(String[] TableNames)
TableNames
- Array of table names in subscribed database
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.