public class MType extends Object
| Constructor and Description |
|---|
MType() |
MType(String name,
String type1,
String type2,
List<MFieldSchema> fields) |
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 © 2016 Cloudera. All rights reserved.