C# Class NiFi.Swagger.Core.Model.AffectedComponentEntity

Inheritance: IEquatable, IValidatableObject
Afficher le fichier Open project: mendonca-andre/NiFi.Swagger.Core

Private Properties

Свойство Type Description
IValidatableObject IEnumerable

Méthodes publiques

Méthode Description
AffectedComponentEntity ( NiFi.Swagger.Core.Model.RevisionDTO revision = default(RevisionDTO), string id = default(string), string uri = default(string), NiFi.Swagger.Core.Model.PositionDTO position = default(PositionDTO), NiFi.Swagger.Core.Model.PermissionsDTO permissions = default(PermissionsDTO), List bulletins = default(List<BulletinEntity>), bool? disconnectedNodeAcknowledged = default(bool?), NiFi.Swagger.Core.Model.AffectedComponentDTO component = default(AffectedComponentDTO) ) : System

Initializes a new instance of the AffectedComponentEntity class.

Equals ( input ) : bool

Returns true if AffectedComponentEntity instances are equal

Equals ( object input ) : 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

Private Methods

Méthode Description
IValidatableObject ( ValidationContext validationContext ) : IEnumerable

To validate all properties of the instance

Method Details

AffectedComponentEntity() public méthode

Initializes a new instance of the AffectedComponentEntity class.
public AffectedComponentEntity ( NiFi.Swagger.Core.Model.RevisionDTO revision = default(RevisionDTO), string id = default(string), string uri = default(string), NiFi.Swagger.Core.Model.PositionDTO position = default(PositionDTO), NiFi.Swagger.Core.Model.PermissionsDTO permissions = default(PermissionsDTO), List bulletins = default(List<BulletinEntity>), bool? disconnectedNodeAcknowledged = default(bool?), NiFi.Swagger.Core.Model.AffectedComponentDTO component = default(AffectedComponentDTO) ) : System
revision NiFi.Swagger.Core.Model.RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses..
id string The id of the component..
uri string The URI for futures requests to the component..
position NiFi.Swagger.Core.Model.PositionDTO The position of this component in the UI if applicable..
permissions NiFi.Swagger.Core.Model.PermissionsDTO The permissions for this component..
bulletins List The bulletins for this component..
disconnectedNodeAcknowledged bool? Acknowledges that this node is disconnected to allow for mutable requests to proceed..
component NiFi.Swagger.Core.Model.AffectedComponentDTO component.
Résultat System

Equals() public méthode

Returns true if AffectedComponentEntity instances are equal
public Equals ( input ) : bool
input Instance of AffectedComponentEntity to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string