public class AudienceSubCategory extends Object implements Serializable
Java class for audienceSubCategory complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected AudienceCategoryKind |
audienceCategoryKind |
protected String |
code |
protected String |
externalName |
protected Long |
id |
protected String |
internalName |
Constructor and Description |
---|
AudienceSubCategory() |
Modifier and Type | Method and Description |
---|---|
AudienceCategoryKind |
getAudienceCategoryKind()
Gets the value of the audienceCategoryKind property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getExternalName()
Gets the value of the externalName property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getInternalName()
Gets the value of the internalName property.
|
void |
setAudienceCategoryKind(AudienceCategoryKind value)
Sets the value of the audienceCategoryKind property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setExternalName(String value)
Sets the value of the externalName property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setInternalName(String value)
Sets the value of the internalName property.
|
protected AudienceCategoryKind audienceCategoryKind
protected String code
protected String externalName
protected Long id
protected String internalName
public AudienceCategoryKind getAudienceCategoryKind()
AudienceCategoryKind
public void setAudienceCategoryKind(AudienceCategoryKind value)
value
- allowed object is
AudienceCategoryKind
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getExternalName()
String
public void setExternalName(String value)
value
- allowed object is
String
public void setId(Long value)
value
- allowed object is
Long
public String getInternalName()
String
Copyright © 2021. All rights reserved.