示例#1
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return(this.props[key]);
 }
示例#2
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return(this);
 }
示例#3
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return this;
 }
示例#4
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return this.props[key];
 }
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, FacebookChannel.NAME), FacebookChannel.class);
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, LinkedinChannel.NAME), LinkedinChannel.class);