public interface IDescribeDataCategoryGroupResult
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoryCount()
element : categoryCount of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
String |
getDescription()
element : description of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobject()
element : sobject of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setCategoryCount(int categoryCount) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setSobject(String sobject) |
int getCategoryCount()
void setCategoryCount(int categoryCount)
String getDescription()
void setDescription(String description)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
String getSobject()
void setSobject(String sobject)
Copyright © 2015. All Rights Reserved.