C# Class com.hotelbeds.distribution.hotel_api_sdk.helpers.RoomDetail

Afficher le fichier Open project: hotelbeds-sdk/hotel-api-sdk-Net Class Usage Examples

Méthodes publiques

Méthode Description
RoomDetail ( GuestType type, int age, String name, String surname, int roomId ) : System
RoomDetail ( int age ) : System
getAge ( ) : int
getName ( ) : String
getRoomId ( ) : int
getSurname ( ) : String
getType ( ) : GuestType

Method Details

RoomDetail() public méthode

public RoomDetail ( GuestType type, int age, String name, String surname, int roomId ) : System
type GuestType
age int
name String
surname String
roomId int
Résultat System

RoomDetail() public méthode

public RoomDetail ( int age ) : System
age int
Résultat System

getAge() public méthode

public getAge ( ) : int
Résultat int

getName() public méthode

public getName ( ) : String
Résultat String

getRoomId() public méthode

public getRoomId ( ) : int
Résultat int

getSurname() public méthode

public getSurname ( ) : String
Résultat String

getType() public méthode

public getType ( ) : GuestType
Résultat GuestType