public class EntityRelationSubject extends AbstractModel
Constructor and Description |
---|
EntityRelationSubject() |
EntityRelationSubject(EntityRelationSubject 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[] |
getId()
Get Subject对应id
|
String[] |
getName()
Get Subject对应name
|
Long[] |
getPopular()
Get Subject对应popular
|
void |
setId(String[] Id)
Set Subject对应id
|
void |
setName(String[] Name)
Set Subject对应name
|
void |
setPopular(Long[] Popular)
Set Subject对应popular
|
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 EntityRelationSubject()
public EntityRelationSubject(EntityRelationSubject source)
public String[] getId()
public void setId(String[] Id)
Id
- Subject对应idpublic String[] getName()
public void setName(String[] Name)
Name
- Subject对应namepublic Long[] getPopular()
public void setPopular(Long[] Popular)
Popular
- Subject对应popularCopyright © 2022. All rights reserved.