public class ContentBundle extends Object implements Serializable
ContentBundle is a grouping of individual Content.
A ContentBundle is
defined as including the Content that match certain
filter rules, along with the
option to explicitly include or exclude certain Content IDs.| Constructor and Description |
|---|
ContentBundle() |
ContentBundle(Long id,
String name,
ContentBundleStatus status,
DateTime lastModifiedDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this ContentBundle.
|
DateTime |
getLastModifiedDateTime()
Gets the lastModifiedDateTime value for this ContentBundle.
|
String |
getName()
Gets the name value for this ContentBundle.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ContentBundleStatus |
getStatus()
Gets the status value for this ContentBundle.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this ContentBundle.
|
void |
setLastModifiedDateTime(DateTime lastModifiedDateTime)
Sets the lastModifiedDateTime value for this ContentBundle.
|
void |
setName(String name)
Sets the name value for this ContentBundle.
|
void |
setStatus(ContentBundleStatus status)
Sets the status value for this ContentBundle.
|
String |
toString() |
public ContentBundle()
public ContentBundle(Long id, String name, ContentBundleStatus status, DateTime lastModifiedDateTime)
public Long getId()
ContentBundle. This
attribute is read-only and
is assigned by Google when a content bundle is created.public void setId(Long id)
id - * ID that uniquely identifies the ContentBundle. This
attribute is read-only and
is assigned by Google when a content bundle is created.public String getName()
ContentBundle. This attribute is required
and has a maximum length of
255 characters.public void setName(String name)
name - * The name of the ContentBundle. This attribute is required
and has a maximum length of
255 characters.public ContentBundleStatus getStatus()
ContentBundleStatus of the ContentBundle.
This attribute is read-only and
defaults to ContentBundleStatus.INACTIVE.public void setStatus(ContentBundleStatus status)
status - * The ContentBundleStatus of the ContentBundle.
This attribute is read-only and
defaults to ContentBundleStatus.INACTIVE.public DateTime getLastModifiedDateTime()
public void setLastModifiedDateTime(DateTime lastModifiedDateTime)
lastModifiedDateTime - * The date and time at which this content bundle was last modified.
New content that matches this
bundle will not update this field.
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.