InsertLicenseTokenResponse

Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll

public sealed class InsertLicenseTokenResponse : IMessage<InsertLicenseTokenResponse>, IEquatable<InsertLicenseTokenResponse>, IDeepCloneable<InsertLicenseTokenResponse>, IBufferMessage, IMessage

Inheritance

objectInsertLicenseTokenResponse

Implements

IMessage<InsertLicenseTokenResponse>, IEquatable<InsertLicenseTokenResponse>, IDeepCloneable<InsertLicenseTokenResponse>, IBufferMessage, IMessage

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

InsertLicenseTokenResponse()

public InsertLicenseTokenResponse()

InsertLicenseTokenResponse(InsertLicenseTokenResponse)

public InsertLicenseTokenResponse(InsertLicenseTokenResponse other)

Parameters

NameDescription

Fields

CodeFieldNumber

Field number for the "code" field.

public const int CodeFieldNumber = 2

Field Value

int

LicenseIdFieldNumber

Field number for the "license_id" field.

public const int LicenseIdFieldNumber = 4

Field Value

int

LicenseTokenIdFieldNumber

Field number for the "license_token_id" field.

public const int LicenseTokenIdFieldNumber = 5

Field Value

int

MessageFieldNumber

Field number for the "message" field.

public const int MessageFieldNumber = 3

Field Value

int

SuccessFieldNumber

Field number for the "success" field.

public const int SuccessFieldNumber = 1

Field Value

int

TokenFieldNumber

Field number for the "token" field.

public const int TokenFieldNumber = 6

Field Value

int

Properties

Code

public int? Code { get; set; }

Property Value

int?

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

LicenseId

public int? LicenseId { get; set; }

Property Value

int?

LicenseTokenId

public int? LicenseTokenId { get; set; }

Property Value

int?

Message

public string Message { get; set; }

Property Value

string

Parser

public static MessageParser<InsertLicenseTokenResponse> Parser { get; }

Property Value

MessageParser<InsertLicenseTokenResponse>

Success

public bool Success { get; set; }

Property Value

bool

Token

public string Token { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public InsertLicenseTokenResponse Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(InsertLicenseTokenResponse)

public bool Equals(InsertLicenseTokenResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(InsertLicenseTokenResponse)

public void MergeFrom(InsertLicenseTokenResponse other)

Parameters

NameDescription

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

NameDescription

input CodedInputStream

ToString()

public override string ToString()

Returns

NameDescription

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

NameDescription

output CodedOutputStream

Last updated