@PublicApi public class DiffEvent extends Object
SchemaDiff
outputs.Modifier and Type | Class and Description |
---|---|
static class |
DiffEvent.Builder |
Modifier and Type | Method and Description |
---|---|
static DiffEvent.Builder |
apiBreakage() |
static DiffEvent.Builder |
apiDanger() |
static DiffEvent.Builder |
apiInfo() |
DiffCategory |
getCategory() |
List<String> |
getComponents() |
String |
getFieldName() |
DiffLevel |
getLevel() |
String |
getReasonMsg() |
TypeKind |
getTypeKind() |
String |
getTypeName() |
static DiffEvent.Builder |
newInfo()
Deprecated.
use
apiInfo() instead |
String |
toString() |
public String getTypeName()
public TypeKind getTypeKind()
public String getReasonMsg()
public DiffLevel getLevel()
public String getFieldName()
public DiffCategory getCategory()
@Deprecated public static DiffEvent.Builder newInfo()
apiInfo()
insteadpublic static DiffEvent.Builder apiInfo()
public static DiffEvent.Builder apiDanger()
public static DiffEvent.Builder apiBreakage()
Copyright © 2019. All rights reserved.