Show / Hide Table of Contents

Class JavaType

A java type object.

Inheritance
object
BaseType
JavaType
Inherited Members
BaseType.Key
BaseType.ModelVersion
BaseType.ParentRef
BaseType.Name
BaseType.ObjectStatus
BaseType.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class JavaType : BaseType

Properties

ConfigDefinition

Declaration
[JsonProperty(PropertyName = "configDefinition")]
public ConfigDefinition ConfigDefinition { get; set; }
Property Value
Type Description
ConfigDefinition

JavaTypeName

Declaration
[JsonProperty(PropertyName = "javaTypeName")]
public string JavaTypeName { get; set; }
Property Value
Type Description
string

The java type name.

In this article
Back to top