C# Class Amazon.ECS.Model.Reviewer

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCustomerId ( ) : System.Boolean

Checks if CustomerId property is set

IsSetLocation ( ) : System.Boolean

Checks if Location property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetNickname ( ) : System.Boolean

Checks if Nickname property is set

WithCustomerId ( String customerId ) : Reviewer

Sets the CustomerId property

WithLocation ( String location ) : Reviewer

Sets the Location property

WithName ( String name ) : Reviewer

Sets the Name property

WithNickname ( String nickname ) : Reviewer

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

IsSetCustomerId() public méthode

Checks if CustomerId property is set
public IsSetCustomerId ( ) : System.Boolean
Résultat System.Boolean

IsSetLocation() public méthode

Checks if Location property is set
public IsSetLocation ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

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

IsSetNickname() public méthode

Checks if Nickname property is set
public IsSetNickname ( ) : 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

WithCustomerId() public méthode

Sets the CustomerId property
public WithCustomerId ( String customerId ) : Reviewer
customerId String CustomerId property
Résultat Reviewer

WithLocation() public méthode

Sets the Location property
public WithLocation ( String location ) : Reviewer
location String Location property
Résultat Reviewer

WithName() public méthode

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

WithNickname() public méthode

Sets the Nickname property
public WithNickname ( String nickname ) : Reviewer
nickname String Nickname property
Résultat Reviewer