C# Класс Amazon.ECS.Model.BrowseNode

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetAncestors() публичный метод

Checks if Ancestors property is set
public IsSetAncestors ( ) : Boolean
Результат Boolean

IsSetBrowseNodeId() публичный метод

Checks if BrowseNodeId property is set
public IsSetBrowseNodeId ( ) : Boolean
Результат Boolean

IsSetChildren() публичный метод

Checks if Children property is set
public IsSetChildren ( ) : Boolean
Результат Boolean

IsSetIsCategoryRoot() публичный метод

Checks if IsCategoryRoot property is set
public IsSetIsCategoryRoot ( ) : Boolean
Результат Boolean

IsSetName() публичный метод

Checks if Name property is set
public IsSetName ( ) : Boolean
Результат Boolean

IsSetNewReleases() публичный метод

Checks if NewReleases property is set
public IsSetNewReleases ( ) : Boolean
Результат Boolean

IsSetProperties() публичный метод

Checks if Properties property is set
public IsSetProperties ( ) : Boolean
Результат Boolean

IsSetTopSellers() публичный метод

Checks if TopSellers property is set
public IsSetTopSellers ( ) : Boolean
Результат Boolean

ToXMLFragment() защищенный метод

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
Результат String

WithAncestors() публичный метод

Sets the Ancestors property
public WithAncestors ( BrowseNodeAncestors ancestors ) : BrowseNode
ancestors BrowseNodeAncestors Ancestors property
Результат BrowseNode

WithBrowseNodeId() публичный метод

Sets the BrowseNodeId property
public WithBrowseNodeId ( String browseNodeId ) : BrowseNode
browseNodeId String BrowseNodeId property
Результат BrowseNode

WithChildren() публичный метод

Sets the Children property
public WithChildren ( BrowseNodeChildren children ) : BrowseNode
children BrowseNodeChildren Children property
Результат BrowseNode

WithIsCategoryRoot() публичный метод

Sets the IsCategoryRoot property
public WithIsCategoryRoot ( Boolean isCategoryRoot ) : BrowseNode
isCategoryRoot Boolean IsCategoryRoot property
Результат BrowseNode

WithName() публичный метод

Sets the Name property
public WithName ( String name ) : BrowseNode
name String Name property
Результат BrowseNode

WithNewReleases() публичный метод

Sets the NewReleases property
public WithNewReleases ( NewReleases newReleases ) : BrowseNode
newReleases NewReleases NewReleases property
Результат BrowseNode

WithProperties() публичный метод

Sets the Properties property
public WithProperties ( BrowseNodeProperties properties ) : BrowseNode
properties BrowseNodeProperties Properties property
Результат BrowseNode

WithTopSellers() публичный метод

Sets the TopSellers property
public WithTopSellers ( TopSellers topSellers ) : BrowseNode
topSellers TopSellers TopSellers property
Результат BrowseNode