public class MType extends Object
| Constructor and Description |
|---|
MType() |
MType(String name,
String type1,
String type2,
List<MFieldSchema> fields) |
| Modifier and Type | Method and Description |
|---|---|
List<MFieldSchema> |
getFields() |
String |
getName() |
String |
getType1() |
String |
getType2() |
void |
setFields(List<MFieldSchema> fields) |
void |
setName(String name) |
void |
setType1(String type1) |
void |
setType2(String type2) |
public MType(String name, String type1, String type2, List<MFieldSchema> fields)
name - type1 - type2 - fields - public MType()
public String getName()
public void setName(String name)
name - the name to setpublic String getType1()
public void setType1(String type1)
type1 - the type1 to setpublic String getType2()
public void setType2(String type2)
type2 - the type2 to setpublic List<MFieldSchema> getFields()
public void setFields(List<MFieldSchema> fields)
fields - the fields to setCopyright © 2024 The Apache Software Foundation. All rights reserved.