Class DeletedTopic (1.129.3)

public class DeletedTopic extends TopicName

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

java.lang.Object > TopicName > DeletedTopic

Static Methods

instance()

public static DeletedTopic instance()
Returns
Type Description
DeletedTopic

matches(String value)

public static boolean matches(String value)
Parameter
Name Description
value String
Returns
Type Description
boolean

Methods

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)

Return the FIXED_VALUE if @param fieldName is an empty String "", else return null.

Parameter
Name Description
fieldName String
Returns
Type Description
String
Overrides

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()

Return a map with a single value FIXED_VALUE keyed on an empty String "".

Returns
Type Description
Map<String,String>
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides