C# Класс PureCloudPlatform.Client.V2.Model.DomainPhysicalInterface

Наследование: IEquatable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DomainPhysicalInterface System

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

Метод Описание
DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System

Initializes a new instance of the DomainPhysicalInterface class.

Equals ( other ) : bool

Returns true if DomainPhysicalInterface instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

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

Метод Описание
DomainPhysicalInterface ( ) : System

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

DomainPhysicalInterface() публичный Метод

Initializes a new instance of the DomainPhysicalInterface class.
public DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System
Name string The name of the entity. (required).
Division PureCloudPlatform.Client.V2.Model.Division The division to which this entity belongs..
Description string The resource's description..
Version int? The current version of the resource..
DateCreated DateTime? The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
DateModified DateTime? The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
ModifiedBy string The ID of the user that last modified the resource..
CreatedBy string The ID of the user that created the resource..
ModifiedByApp string The application that last modified the resource..
CreatedByApp string The application that created the resource..
EdgeUri string EdgeUri.
FriendlyName string FriendlyName.
HardwareAddress string HardwareAddress.
PortLabel string PortLabel.
PhysicalCapabilities PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities.
Результат System

Equals() публичный Метод

Returns true if DomainPhysicalInterface instances are equal
public Equals ( other ) : bool
other Instance of DomainPhysicalInterface to be compared
Результат bool

Equals() публичный Метод

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Результат bool

GetHashCode() публичный Метод

Gets the hash code
public GetHashCode ( ) : int
Результат int

ToJson() публичный Метод

Returns the JSON string presentation of the object
public ToJson ( ) : string
Результат string

ToString() публичный Метод

Returns the string presentation of the object
public ToString ( ) : string
Результат string