SupportTopic Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. servicerequests. SupportTopic
- com.
- com.
public class SupportTopic extends ResourceBase
Represents a Service Request Support Topic Info class
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SupportTopic() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getDescription() |
| int | getId() |
| java.lang.String | getName() |
| void | setDescription(String value) |
| void | setId(int value) |
| void | setName(String value) |
Inherited Members
ResourceBase.getAttributes()
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructor Details
SupportTopic
public SupportTopic()
Method Details
getDescription
public String getDescription()
getId
public int getId()
getName
public String getName()
setDescription
public void setDescription(String value)
Parameters:
value
setId
public void setId(int value)
Parameters:
value
setName
public void setName(String value)
Parameters:
value