public class TypeFieldInfo extends Object
| Constructor and Description |
|---|
TypeFieldInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the field associated with this type.
|
String |
type()
Get the type of the field.
|
TypeFieldInfo |
withName(String name)
Set the name of the field associated with this type.
|
TypeFieldInfo |
withType(String type)
Set the type of the field.
|
public String name()
public TypeFieldInfo withName(String name)
name - the name value to setpublic String type()
public TypeFieldInfo withType(String type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/