C# Class Amazon.ECS.Model.EditorialReview

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetContent ( ) : System.Boolean

Checks if Content property is set

IsSetIsLinkSuppressed ( ) : System.Boolean

Checks if IsLinkSuppressed property is set

IsSetSource ( ) : System.Boolean

Checks if Source property is set

WithContent ( String content ) : EditorialReview

Sets the Content property

WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview

Sets the IsLinkSuppressed property

WithSource ( String source ) : EditorialReview

Sets the Source 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

IsSetContent() public méthode

Checks if Content property is set
public IsSetContent ( ) : System.Boolean
Résultat System.Boolean

IsSetIsLinkSuppressed() public méthode

Checks if IsLinkSuppressed property is set
public IsSetIsLinkSuppressed ( ) : System.Boolean
Résultat System.Boolean

IsSetSource() public méthode

Checks if Source property is set
public IsSetSource ( ) : System.Boolean
Résultat System.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

WithContent() public méthode

Sets the Content property
public WithContent ( String content ) : EditorialReview
content String Content property
Résultat EditorialReview

WithIsLinkSuppressed() public méthode

Sets the IsLinkSuppressed property
public WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview
isLinkSuppressed System.Boolean IsLinkSuppressed property
Résultat EditorialReview

WithSource() public méthode

Sets the Source property
public WithSource ( String source ) : EditorialReview
source String Source property
Résultat EditorialReview