C# Class Amazon.ECS.Model.BrowseNode

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
IsSetAncestors ( ) : Boolean

Checks if Ancestors property is set

IsSetBrowseNodeId ( ) : Boolean

Checks if BrowseNodeId property is set

IsSetChildren ( ) : Boolean

Checks if Children property is set

IsSetIsCategoryRoot ( ) : Boolean

Checks if IsCategoryRoot property is set

IsSetName ( ) : Boolean

Checks if Name property is set

IsSetNewReleases ( ) : Boolean

Checks if NewReleases property is set

IsSetProperties ( ) : Boolean

Checks if Properties property is set

IsSetTopSellers ( ) : Boolean

Checks if TopSellers property is set

WithAncestors ( BrowseNodeAncestors ancestors ) : BrowseNode

Sets the Ancestors property

WithBrowseNodeId ( String browseNodeId ) : BrowseNode

Sets the BrowseNodeId property

WithChildren ( BrowseNodeChildren children ) : BrowseNode

Sets the Children property

WithIsCategoryRoot ( Boolean isCategoryRoot ) : BrowseNode

Sets the IsCategoryRoot property

WithName ( String name ) : BrowseNode

Sets the Name property

WithNewReleases ( NewReleases newReleases ) : BrowseNode

Sets the NewReleases property

WithProperties ( BrowseNodeProperties properties ) : BrowseNode

Sets the Properties property

WithTopSellers ( TopSellers topSellers ) : BrowseNode

Sets the TopSellers property

Méthodes protégées

Méthode Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetAncestors() public méthode

Checks if Ancestors property is set
public IsSetAncestors ( ) : Boolean
Résultat Boolean

IsSetBrowseNodeId() public méthode

Checks if BrowseNodeId property is set
public IsSetBrowseNodeId ( ) : Boolean
Résultat Boolean

IsSetChildren() public méthode

Checks if Children property is set
public IsSetChildren ( ) : Boolean
Résultat Boolean

IsSetIsCategoryRoot() public méthode

Checks if IsCategoryRoot property is set
public IsSetIsCategoryRoot ( ) : Boolean
Résultat Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : Boolean
Résultat Boolean

IsSetNewReleases() public méthode

Checks if NewReleases property is set
public IsSetNewReleases ( ) : Boolean
Résultat Boolean

IsSetProperties() public méthode

Checks if Properties property is set
public IsSetProperties ( ) : Boolean
Résultat Boolean

IsSetTopSellers() public méthode

Checks if TopSellers property is set
public IsSetTopSellers ( ) : Boolean
Résultat Boolean

ToXMLFragment() protected méthode

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Résultat String

WithAncestors() public méthode

Sets the Ancestors property
public WithAncestors ( BrowseNodeAncestors ancestors ) : BrowseNode
ancestors BrowseNodeAncestors Ancestors property
Résultat BrowseNode

WithBrowseNodeId() public méthode

Sets the BrowseNodeId property
public WithBrowseNodeId ( String browseNodeId ) : BrowseNode
browseNodeId String BrowseNodeId property
Résultat BrowseNode

WithChildren() public méthode

Sets the Children property
public WithChildren ( BrowseNodeChildren children ) : BrowseNode
children BrowseNodeChildren Children property
Résultat BrowseNode

WithIsCategoryRoot() public méthode

Sets the IsCategoryRoot property
public WithIsCategoryRoot ( Boolean isCategoryRoot ) : BrowseNode
isCategoryRoot Boolean IsCategoryRoot property
Résultat BrowseNode

WithName() public méthode

Sets the Name property
public WithName ( String name ) : BrowseNode
name String Name property
Résultat BrowseNode

WithNewReleases() public méthode

Sets the NewReleases property
public WithNewReleases ( NewReleases newReleases ) : BrowseNode
newReleases NewReleases NewReleases property
Résultat BrowseNode

WithProperties() public méthode

Sets the Properties property
public WithProperties ( BrowseNodeProperties properties ) : BrowseNode
properties BrowseNodeProperties Properties property
Résultat BrowseNode

WithTopSellers() public méthode

Sets the TopSellers property
public WithTopSellers ( TopSellers topSellers ) : BrowseNode
topSellers TopSellers TopSellers property
Résultat BrowseNode