C# 클래스 Amazon.ECS.Model.BrowseNode

파일 보기 프로젝트 열기: nexus49/grado

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