Package com.bytedesk.social.line.config
Class LineProperties
java.lang.Object
com.bytedesk.social.line.config.LineProperties
@Component
@ConfigurationProperties(prefix="bytedesk.line")
public class LineProperties
extends Object
Line Bot配置属性
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate URI
apiEndPoint. default = https://api.line.meprivate URI
blobEndPoint. default = https://api-data.line.meprivate Duration
Connection timeout in milliseconds.private boolean
是否启用Line Botprivate URI
managerEndPoint. default = https://manager.line.bizprivate Duration
Read timeout in milliseconds.private Duration
Write timeout in milliseconds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled是否启用Line Bot -
apiEndPoint
apiEndPoint. default = https://api.line.me -
blobEndPoint
blobEndPoint. default = https://api-data.line.me -
managerEndPoint
managerEndPoint. default = https://manager.line.biz -
connectTimeout
Connection timeout in milliseconds. -
readTimeout
Read timeout in milliseconds. -
writeTimeout
Write timeout in milliseconds.
-
-
Constructor Details
-
LineProperties
public LineProperties()
-