@ThreadSafe public final class Property extends Object
Constructor and Description |
---|
Property(String name,
String value,
Source source)
Creates a new property.
|
Modifier and Type | Method and Description |
---|---|
static Property |
fromProto(ConfigProperty property) |
String |
getName() |
String |
getSource() |
String |
getValue() |
ConfigProperty |
toProto() |
public static Property fromProto(ConfigProperty property)
property
- the grpc representation of a propertypublic ConfigProperty toProto()
public String getName()
public String getValue()
public String getSource()
Copyright © 2023. All Rights Reserved.