All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20230101.DescribeRelaySourceRewriteResResultRelaySourceRewriteListRewriteRuleRewriteRuleListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * DescribeRelaySourceRewriteResResultRelaySourceRewriteListRewriteRuleRewriteRuleListItem
 */
@lombok.Data
public final class DescribeRelaySourceRewriteResResultRelaySourceRewriteListRewriteRuleRewriteRuleListItem  {

    /**
     * 

改写后目标path

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TargetPath") private String targetPath; /** *

原始path

*/ @com.alibaba.fastjson.annotation.JSONField(name = "OriginPath") private String originPath; /** *

改写后地址是否包含原始地址的param参数

*/ @com.alibaba.fastjson.annotation.JSONField(name = "IncludeParams") private Boolean includeParams; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy